pub struct ExtendedCapability { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtendedCapability
impl RefUnwindSafe for ExtendedCapability
impl Send for ExtendedCapability
impl Sync for ExtendedCapability
impl Unpin for ExtendedCapability
impl UnsafeUnpin for ExtendedCapability
impl UnwindSafe for ExtendedCapability
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