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