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