pub struct Endpoint<T, C> { /* private fields */ }
Auto Trait Implementations§
impl<T, C> Freeze for Endpoint<T, C>
impl<T, C> RefUnwindSafe for Endpoint<T, C>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<T, C> Send for Endpoint<T, C>
impl<T, C> Sync for Endpoint<T, C>
impl<T, C> Unpin for Endpoint<T, C>
impl<T, C> UnwindSafe for Endpoint<T, C>where
T: UnwindSafe,
C: UnwindSafe,
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