pub struct DataprimeQueryClient { /* private fields */ }
Expand description
The Dataprime Query API client. Read more at https://coralogix.com/docs/dataprime-query-language/
Implementations§
source§impl DataprimeQueryClient
impl DataprimeQueryClient
sourcepub fn new(region: CoralogixRegion, auth_context: AuthContext) -> Result<Self>
pub fn new(region: CoralogixRegion, auth_context: AuthContext) -> Result<Self>
Creates a new client for the Dataprime Query API.
§Arguments
auth_context
- The to use for authentication.region
- The region to connect to.
Auto Trait Implementations§
impl !Freeze for DataprimeQueryClient
impl !RefUnwindSafe for DataprimeQueryClient
impl Send for DataprimeQueryClient
impl Sync for DataprimeQueryClient
impl Unpin for DataprimeQueryClient
impl !UnwindSafe for DataprimeQueryClient
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request