pub enum AceType {
Allow,
Deny,
}Expand description
ACE type.
Variants§
Trait Implementations§
impl Copy for AceType
impl Eq for AceType
impl StructuralPartialEq for AceType
Auto Trait Implementations§
impl Freeze for AceType
impl RefUnwindSafe for AceType
impl Send for AceType
impl Sync for AceType
impl Unpin for AceType
impl UnsafeUnpin for AceType
impl UnwindSafe for AceType
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