pub struct EndpointOut<'a> { /* private fields */ }
Trait Implementations§
Source§impl<'a> Endpoint for EndpointOut<'a>
impl<'a> Endpoint for EndpointOut<'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> EndpointOut for EndpointOut<'a>
impl<'a> EndpointOut for EndpointOut<'a>
Auto Trait Implementations§
impl<'a> Freeze for EndpointOut<'a>
impl<'a> RefUnwindSafe for EndpointOut<'a>
impl<'a> Send for EndpointOut<'a>
impl<'a> Sync for EndpointOut<'a>
impl<'a> Unpin for EndpointOut<'a>
impl<'a> UnwindSafe for EndpointOut<'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