pub struct ReportQpsScenarioServiceClient {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl ReportQpsScenarioServiceClient
impl ReportQpsScenarioServiceClient
pub fn new(channel: Channel) -> Self
pub fn report_scenario_opt( &self, req: &ScenarioResult, opt: CallOption, ) -> Result<Void>
pub fn report_scenario(&self, req: &ScenarioResult) -> Result<Void>
pub fn report_scenario_async_opt( &self, req: &ScenarioResult, opt: CallOption, ) -> Result<ClientUnaryReceiver<Void>>
pub fn report_scenario_async( &self, req: &ScenarioResult, ) -> Result<ClientUnaryReceiver<Void>>
pub fn spawn<F>(&self, f: F)
Trait Implementations§
Source§impl Clone for ReportQpsScenarioServiceClient
impl Clone for ReportQpsScenarioServiceClient
Source§fn clone(&self) -> ReportQpsScenarioServiceClient
fn clone(&self) -> ReportQpsScenarioServiceClient
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReportQpsScenarioServiceClient
impl !RefUnwindSafe for ReportQpsScenarioServiceClient
impl Send for ReportQpsScenarioServiceClient
impl Sync for ReportQpsScenarioServiceClient
impl Unpin for ReportQpsScenarioServiceClient
impl !UnwindSafe for ReportQpsScenarioServiceClient
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