pub struct ModeDiff {
pub user: PermDiff,
pub group: PermDiff,
pub other: PermDiff,
}
Expand description
The diff between two Modes.
Fields§
§user: PermDiff
§group: PermDiff
§other: PermDiff
Trait Implementations§
impl StructuralPartialEq for ModeDiff
Auto Trait Implementations§
impl Freeze for ModeDiff
impl RefUnwindSafe for ModeDiff
impl Send for ModeDiff
impl Sync for ModeDiff
impl Unpin for ModeDiff
impl UnwindSafe for ModeDiff
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