pub struct Boxed<S>(/* private fields */);
Expand description
Boxed endpoint.
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Boxed<S>
impl<S> !RefUnwindSafe for Boxed<S>
impl<S> Send for Boxed<S>
impl<S> Sync for Boxed<S>
impl<S> Unpin for Boxed<S>
impl<S> !UnwindSafe for Boxed<S>
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