pub struct RecordedCapability { /* private fields */ }Expand description
Represents a recorded capability
Implementations§
Auto Trait Implementations§
impl Freeze for RecordedCapability
impl RefUnwindSafe for RecordedCapability
impl Send for RecordedCapability
impl Sync for RecordedCapability
impl Unpin for RecordedCapability
impl UnwindSafe for RecordedCapability
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