pub struct PermDiff {
pub read: DiffOp,
pub write: DiffOp,
pub execute: DiffOp,
}Expand description
The diff between two Perms.
Fields§
§read: DiffOp§write: DiffOp§execute: DiffOpTrait Implementations§
impl StructuralPartialEq for PermDiff
Auto Trait Implementations§
impl Freeze for PermDiff
impl RefUnwindSafe for PermDiff
impl Send for PermDiff
impl Sync for PermDiff
impl Unpin for PermDiff
impl UnwindSafe for PermDiff
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