pub struct Vault<U> { /* private fields */ }Expand description
A Lock-Free and Thread-Safe reference-counting data container
Implementations§
Source§impl<U> Vault<U>
impl<U> Vault<U>
Trait Implementations§
impl<U> Send for Vault<U>
impl<U> Sync for Vault<U>
Auto Trait Implementations§
impl<U> !Freeze for Vault<U>
impl<U> RefUnwindSafe for Vault<U>where
U: RefUnwindSafe,
impl<U> Unpin for Vault<U>
impl<U> UnsafeUnpin for Vault<U>
impl<U> UnwindSafe for Vault<U>where
U: RefUnwindSafe,
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