pub struct NoCaps;Expand description
An empty capability set for contexts that carry no capabilities.
Trait Implementations§
Source§impl CapabilitySet for NoCaps
impl CapabilitySet for NoCaps
impl Eq for NoCaps
impl StructuralPartialEq for NoCaps
Auto Trait Implementations§
impl Freeze for NoCaps
impl RefUnwindSafe for NoCaps
impl Send for NoCaps
impl Sync for NoCaps
impl Unpin for NoCaps
impl UnwindSafe for NoCaps
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