pub enum SecurityModel {
Passthrough,
MappedXAttr,
MappedFile,
None,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecurityModel
impl RefUnwindSafe for SecurityModel
impl Send for SecurityModel
impl Sync for SecurityModel
impl Unpin for SecurityModel
impl UnwindSafe for SecurityModel
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