pub struct StrongOwner<T> { /* private fields */ }Expand description
A strong owner that keeps the liveness token set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for StrongOwner<T>where
T: Freeze,
impl<T> !RefUnwindSafe for StrongOwner<T>
impl<T> !Send for StrongOwner<T>
impl<T> !Sync for StrongOwner<T>
impl<T> Unpin for StrongOwner<T>where
T: Unpin,
impl<T> UnsafeUnpin for StrongOwner<T>where
T: UnsafeUnpin,
impl<T> !UnwindSafe for StrongOwner<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