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