pub struct Client;Trait Implementations§
Source§impl RequestCapability for Client
impl RequestCapability for Client
Source§const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
const DESCRIPTOR_VERSION: &'static str = DESCRIPTOR_VERSION
Exact generated Descriptor version.
Source§type Request = SendRequest
type Request = SendRequest
Typed request value.
Source§type Response = SendResponse
type Response = SendResponse
Typed success value.
Source§type DomainError = SendError
type DomainError = SendError
Typed Capability-defined error value.
Auto Trait Implementations§
impl Freeze for Client
impl RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl UnsafeUnpin for Client
impl UnwindSafe for Client
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