pub struct BpffsPruneReport {
pub root: PathBuf,
pub dry_run: bool,
pub entries: Vec<BpffsPruneEntry>,
}Fields§
§root: PathBuf§dry_run: bool§entries: Vec<BpffsPruneEntry>Trait Implementations§
Source§impl Clone for BpffsPruneReport
impl Clone for BpffsPruneReport
Source§fn clone(&self) -> BpffsPruneReport
fn clone(&self) -> BpffsPruneReport
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 BpffsPruneReport
impl Debug for BpffsPruneReport
Source§impl PartialEq for BpffsPruneReport
impl PartialEq for BpffsPruneReport
impl Eq for BpffsPruneReport
impl StructuralPartialEq for BpffsPruneReport
Auto Trait Implementations§
impl Freeze for BpffsPruneReport
impl RefUnwindSafe for BpffsPruneReport
impl Send for BpffsPruneReport
impl Sync for BpffsPruneReport
impl Unpin for BpffsPruneReport
impl UnsafeUnpin for BpffsPruneReport
impl UnwindSafe for BpffsPruneReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.