pub struct SizeQuery {
pub name: Option<PathBuf>,
pub size: u64,
pub unique: bool,
}Fields§
§name: Option<PathBuf>Name of file or directory
size: u64Size of file or directory
unique: booltrue if the given size is unique
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeQuery
impl RefUnwindSafe for SizeQuery
impl Send for SizeQuery
impl Sync for SizeQuery
impl Unpin for SizeQuery
impl UnsafeUnpin for SizeQuery
impl UnwindSafe for SizeQuery
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