pub struct CapReport {
pub kept: usize,
pub dropped: usize,
}Expand description
Outcome of an apply_caps pass.
Fields§
§kept: usize§dropped: usizeTrait Implementations§
impl StructuralPartialEq for CapReport
Auto Trait Implementations§
impl Freeze for CapReport
impl RefUnwindSafe for CapReport
impl Send for CapReport
impl Sync for CapReport
impl Unpin for CapReport
impl UnsafeUnpin for CapReport
impl UnwindSafe for CapReport
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