pub enum RootfsPropagation {
Private,
Shared,
Slave,
Unbindable,
}
Variants§
Trait Implementations§
Source§impl Clone for RootfsPropagation
impl Clone for RootfsPropagation
Source§fn clone(&self) -> RootfsPropagation
fn clone(&self) -> RootfsPropagation
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 RootfsPropagation
impl Debug for RootfsPropagation
Source§impl<'de> Deserialize<'de> for RootfsPropagation
impl<'de> Deserialize<'de> for RootfsPropagation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RootfsPropagation
impl PartialEq for RootfsPropagation
Source§impl Serialize for RootfsPropagation
impl Serialize for RootfsPropagation
impl StructuralPartialEq for RootfsPropagation
Auto Trait Implementations§
impl Freeze for RootfsPropagation
impl RefUnwindSafe for RootfsPropagation
impl Send for RootfsPropagation
impl Sync for RootfsPropagation
impl Unpin for RootfsPropagation
impl UnwindSafe for RootfsPropagation
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