pub enum IfFrom {
All,
User(u32),
Group(u32),
UserGroup(u32, u32),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for IfFrom
impl Send for IfFrom
impl Sync for IfFrom
impl Unpin for IfFrom
impl UnwindSafe for IfFrom
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