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