enum PermissionOperator {
    Plus,
    Minus,
    Equal,
}Variants§
Auto Trait Implementations§
impl Freeze for PermissionOperator
impl RefUnwindSafe for PermissionOperator
impl Send for PermissionOperator
impl Sync for PermissionOperator
impl Unpin for PermissionOperator
impl UnwindSafe for PermissionOperator
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