pub enum Relabel {
Shared,
Unshared,
}
Expand description
Relabel files before bind-mounting.
Variants§
Mount volumes with the z
option.
Mount volumes with the Z
option.
Trait Implementations§
impl Copy for Relabel
impl Eq for Relabel
impl StructuralPartialEq for Relabel
Auto Trait Implementations§
impl Freeze for Relabel
impl RefUnwindSafe for Relabel
impl Send for Relabel
impl Sync for Relabel
impl Unpin for Relabel
impl UnwindSafe for Relabel
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