pub struct OwnedCapCid<T> { /* private fields */ }Expand description
Phase D: Owned Capability Content Identifier Rust ownership ensures exclusive access and prevents data races
Implementations§
Source§impl<T> OwnedCapCid<T>
impl<T> OwnedCapCid<T>
Trait Implementations§
Source§impl<T> CapFunctor for OwnedCapCid<T>
impl<T> CapFunctor for OwnedCapCid<T>
Auto Trait Implementations§
impl<T> Freeze for OwnedCapCid<T>where
T: Freeze,
impl<T> RefUnwindSafe for OwnedCapCid<T>where
T: RefUnwindSafe,
impl<T> Send for OwnedCapCid<T>where
T: Send,
impl<T> Sync for OwnedCapCid<T>where
T: Sync,
impl<T> Unpin for OwnedCapCid<T>where
T: Unpin,
impl<T> UnsafeUnpin for OwnedCapCid<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for OwnedCapCid<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