pub struct ResetReport {
pub disposition: ResetDisposition,
pub released: ResourceCounts,
pub quarantined: ResourceCounts,
pub released_bytes: RetainedBytes,
pub quarantined_bytes: RetainedBytes,
}Fields§
§disposition: ResetDisposition§released: ResourceCounts§quarantined: ResourceCounts§released_bytes: RetainedBytes§quarantined_bytes: RetainedBytesTrait Implementations§
Source§impl Clone for ResetReport
impl Clone for ResetReport
Source§fn clone(&self) -> ResetReport
fn clone(&self) -> ResetReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResetReport
Source§impl Debug for ResetReport
impl Debug for ResetReport
impl Eq for ResetReport
Source§impl PartialEq for ResetReport
impl PartialEq for ResetReport
impl StructuralPartialEq for ResetReport
Auto Trait Implementations§
impl Freeze for ResetReport
impl RefUnwindSafe for ResetReport
impl Send for ResetReport
impl Sync for ResetReport
impl Unpin for ResetReport
impl UnsafeUnpin for ResetReport
impl UnwindSafe for ResetReport
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