Struct google_cloud_rust_raw::api::servicecontrol::v1::service_controller_grpc::ServiceControllerClient [−][src]
pub struct ServiceControllerClient { /* fields omitted */ }Implementations
pub fn check_async_opt(
&self,
req: &CheckRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<CheckResponse>>
pub fn report_async_opt(
&self,
req: &ReportRequest,
opt: CallOption
) -> Result<ClientUnaryReceiver<ReportResponse>>
pub fn report_async(
&self,
req: &ReportRequest
) -> Result<ClientUnaryReceiver<ReportResponse>>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ServiceControllerClient
impl Send for ServiceControllerClient
impl Sync for ServiceControllerClient
impl Unpin for ServiceControllerClient
impl !UnwindSafe for ServiceControllerClient
Blanket Implementations
Mutably borrows from an owned value. Read more