pub struct PurgeResult {
pub purged_count: usize,
}Fields§
§purged_count: usizeTrait Implementations§
Source§impl Clone for PurgeResult
impl Clone for PurgeResult
Source§fn clone(&self) -> PurgeResult
fn clone(&self) -> PurgeResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PurgeResult
impl Debug for PurgeResult
Source§impl PartialEq for PurgeResult
impl PartialEq for PurgeResult
impl Eq for PurgeResult
impl StructuralPartialEq for PurgeResult
Auto Trait Implementations§
impl Freeze for PurgeResult
impl RefUnwindSafe for PurgeResult
impl Send for PurgeResult
impl Sync for PurgeResult
impl Unpin for PurgeResult
impl UnsafeUnpin for PurgeResult
impl UnwindSafe for PurgeResult
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