pub enum SelinuxRelabel {
Shared,
Private,
}Expand description
A requested SELinux relabel mode.
Variants§
Trait Implementations§
Source§impl Clone for SelinuxRelabel
impl Clone for SelinuxRelabel
Source§fn clone(&self) -> SelinuxRelabel
fn clone(&self) -> SelinuxRelabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelinuxRelabel
Source§impl Debug for SelinuxRelabel
impl Debug for SelinuxRelabel
impl Eq for SelinuxRelabel
Source§impl Hash for SelinuxRelabel
impl Hash for SelinuxRelabel
Source§impl PartialEq for SelinuxRelabel
impl PartialEq for SelinuxRelabel
impl StructuralPartialEq for SelinuxRelabel
Auto Trait Implementations§
impl Freeze for SelinuxRelabel
impl RefUnwindSafe for SelinuxRelabel
impl Send for SelinuxRelabel
impl Sync for SelinuxRelabel
impl Unpin for SelinuxRelabel
impl UnsafeUnpin for SelinuxRelabel
impl UnwindSafe for SelinuxRelabel
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