pub struct EndpointIn<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> Endpoint for EndpointIn<'a>
impl<'a> Endpoint for EndpointIn<'a>
Source§fn info(&self) -> &EndpointInfo
fn info(&self) -> &EndpointInfo
Get the endpoint address
Source§async fn wait_enabled(&mut self)
async fn wait_enabled(&mut self)
Wait for the endpoint to be enabled.
Source§impl<'a> EndpointIn for EndpointIn<'a>
impl<'a> EndpointIn for EndpointIn<'a>
Auto Trait Implementations§
impl<'a> Freeze for EndpointIn<'a>
impl<'a> RefUnwindSafe for EndpointIn<'a>
impl<'a> Send for EndpointIn<'a>
impl<'a> Sync for EndpointIn<'a>
impl<'a> Unpin for EndpointIn<'a>
impl<'a> UnwindSafe for EndpointIn<'a>
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