pub struct Lstat {
pub id: u32,
pub path: Utf8PathBuf,
}Fields§
§id: u32§path: Utf8PathBufTrait Implementations§
Source§impl PayloadTrait for Lstat
impl PayloadTrait for Lstat
impl Eq for Lstat
impl StructuralPartialEq for Lstat
Auto Trait Implementations§
impl Freeze for Lstat
impl RefUnwindSafe for Lstat
impl Send for Lstat
impl Sync for Lstat
impl Unpin for Lstat
impl UnwindSafe for Lstat
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