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