pub enum StatsFop {
Show 16 variants
Getattr,
Readlink,
Open,
Release,
Read,
Statfs,
Getxattr,
Listxattr,
Opendir,
Lookup,
Readdir,
Readdirplus,
Access,
Forget,
BatchForget,
Max,
}Expand description
Type of file operation statistics counter.
Variants§
Getattr
Readlink
Open
Release
Read
Statfs
Getxattr
Listxattr
Opendir
Lookup
Readdir
Readdirplus
Access
Forget
BatchForget
Max
Trait Implementations§
impl Copy for StatsFop
impl StructuralPartialEq for StatsFop
Auto Trait Implementations§
impl Freeze for StatsFop
impl RefUnwindSafe for StatsFop
impl Send for StatsFop
impl Sync for StatsFop
impl Unpin for StatsFop
impl UnwindSafe for StatsFop
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