pub enum SecurityModel {
Passthrough,
MappedXAttr,
MappedFile,
None,
}Variants§
Trait Implementations§
Source§impl Clone for SecurityModel
impl Clone for SecurityModel
Source§fn clone(&self) -> SecurityModel
fn clone(&self) -> SecurityModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecurityModel
impl Debug for SecurityModel
Source§impl Hash for SecurityModel
impl Hash for SecurityModel
Source§impl Ord for SecurityModel
impl Ord for SecurityModel
Source§fn cmp(&self, other: &SecurityModel) -> Ordering
fn cmp(&self, other: &SecurityModel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SecurityModel
impl PartialEq for SecurityModel
Source§impl PartialOrd for SecurityModel
impl PartialOrd for SecurityModel
impl Eq for SecurityModel
impl StructuralPartialEq for SecurityModel
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