pub struct BorrowMutCapCid<'a, T> { /* private fields */ }Expand description
Phase D: Mutable Borrowed Capability Content Identifier Exclusive access for mutation with capability checking
Implementations§
Auto Trait Implementations§
impl<'a, T> !UnwindSafe for BorrowMutCapCid<'a, T>
impl<'a, T> Freeze for BorrowMutCapCid<'a, T>
impl<'a, T> RefUnwindSafe for BorrowMutCapCid<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for BorrowMutCapCid<'a, T>where
T: Send,
impl<'a, T> Sync for BorrowMutCapCid<'a, T>where
T: Sync,
impl<'a, T> Unpin for BorrowMutCapCid<'a, T>
impl<'a, T> UnsafeUnpin for BorrowMutCapCid<'a, 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