pub struct UnimplementedServiceClient {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl UnimplementedServiceClient
impl UnimplementedServiceClient
pub fn new(channel: Channel) -> Self
pub fn unimplemented_call_opt( &self, req: &Empty, opt: CallOption, ) -> Result<Empty>
pub fn unimplemented_call(&self, req: &Empty) -> Result<Empty>
pub fn unimplemented_call_async_opt( &self, req: &Empty, opt: CallOption, ) -> Result<ClientUnaryReceiver<Empty>>
pub fn unimplemented_call_async( &self, req: &Empty, ) -> Result<ClientUnaryReceiver<Empty>>
pub fn spawn<F>(&self, f: F)
Trait Implementations§
Source§impl Clone for UnimplementedServiceClient
impl Clone for UnimplementedServiceClient
Source§fn clone(&self) -> UnimplementedServiceClient
fn clone(&self) -> UnimplementedServiceClient
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 UnimplementedServiceClient
impl !RefUnwindSafe for UnimplementedServiceClient
impl Send for UnimplementedServiceClient
impl Sync for UnimplementedServiceClient
impl Unpin for UnimplementedServiceClient
impl !UnwindSafe for UnimplementedServiceClient
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