Enum bollard_stubs::models::MountTypeEnum
source · pub enum MountTypeEnum {
EMPTY,
BIND,
VOLUME,
TMPFS,
NPIPE,
}
Variants§
Trait Implementations§
source§impl AsRef<str> for MountTypeEnum
impl AsRef<str> for MountTypeEnum
source§impl Clone for MountTypeEnum
impl Clone for MountTypeEnum
source§fn clone(&self) -> MountTypeEnum
fn clone(&self) -> MountTypeEnum
Returns a copy 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 MountTypeEnum
impl Debug for MountTypeEnum
source§impl<'de> Deserialize<'de> for MountTypeEnum
impl<'de> Deserialize<'de> for MountTypeEnum
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 Display for MountTypeEnum
impl Display for MountTypeEnum
source§impl FromStr for MountTypeEnum
impl FromStr for MountTypeEnum
source§impl Ord for MountTypeEnum
impl Ord for MountTypeEnum
source§fn cmp(&self, other: &MountTypeEnum) -> Ordering
fn cmp(&self, other: &MountTypeEnum) -> 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 MountTypeEnum
impl PartialEq for MountTypeEnum
source§impl PartialOrd for MountTypeEnum
impl PartialOrd for MountTypeEnum
source§impl Serialize for MountTypeEnum
impl Serialize for MountTypeEnum
impl Copy for MountTypeEnum
impl Eq for MountTypeEnum
impl StructuralPartialEq for MountTypeEnum
Auto Trait Implementations§
impl Freeze for MountTypeEnum
impl RefUnwindSafe for MountTypeEnum
impl Send for MountTypeEnum
impl Sync for MountTypeEnum
impl Unpin for MountTypeEnum
impl UnwindSafe for MountTypeEnum
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)