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