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