pub struct NeededCapabilities { /* private fields */ }
Expand description
A struct which can check that needed capability requirements are met.
Implementations§
Auto Trait Implementations§
impl Freeze for NeededCapabilities
impl RefUnwindSafe for NeededCapabilities
impl Send for NeededCapabilities
impl Sync for NeededCapabilities
impl Unpin for NeededCapabilities
impl UnwindSafe for NeededCapabilities
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