Struct ventmere_proto_rust::ventmere::s2::sync::client::S2SyncGrpcClient
source · [−]pub struct S2SyncGrpcClient {
pub amazon: S2SyncAmazonClient<Channel>,
pub product_link: S2SyncProductLinkClient<Channel>,
pub shopify: S2SyncShopifyClient<Channel>,
}
Fields
amazon: S2SyncAmazonClient<Channel>
product_link: S2SyncProductLinkClient<Channel>
shopify: S2SyncShopifyClient<Channel>
Implementations
Trait Implementations
sourceimpl Clone for S2SyncGrpcClient
impl Clone for S2SyncGrpcClient
sourcefn clone(&self) -> S2SyncGrpcClient
fn clone(&self) -> S2SyncGrpcClient
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl !RefUnwindSafe for S2SyncGrpcClient
impl Send for S2SyncGrpcClient
impl Sync for S2SyncGrpcClient
impl Unpin for S2SyncGrpcClient
impl !UnwindSafe for S2SyncGrpcClient
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request