pub enum AllowDeny {
Allow,
Deny,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowDeny
impl RefUnwindSafe for AllowDeny
impl Send for AllowDeny
impl Sync for AllowDeny
impl Unpin for AllowDeny
impl UnwindSafe for AllowDeny
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