pub enum RbdAuthMode {
cephx,
none,
}
Variants§
Trait Implementations§
Source§impl Clone for RbdAuthMode
impl Clone for RbdAuthMode
Source§fn clone(&self) -> RbdAuthMode
fn clone(&self) -> RbdAuthMode
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 RbdAuthMode
impl Debug for RbdAuthMode
Source§impl<'de> Deserialize<'de> for RbdAuthMode
impl<'de> Deserialize<'de> for RbdAuthMode
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 Enum for RbdAuthMode
impl Enum for RbdAuthMode
Source§impl FromStr for RbdAuthMode
impl FromStr for RbdAuthMode
Source§impl Hash for RbdAuthMode
impl Hash for RbdAuthMode
Source§impl Ord for RbdAuthMode
impl Ord for RbdAuthMode
Source§fn cmp(&self, other: &RbdAuthMode) -> Ordering
fn cmp(&self, other: &RbdAuthMode) -> 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 RbdAuthMode
impl PartialEq for RbdAuthMode
Source§impl PartialOrd for RbdAuthMode
impl PartialOrd for RbdAuthMode
Source§impl Serialize for RbdAuthMode
impl Serialize for RbdAuthMode
impl Copy for RbdAuthMode
impl Eq for RbdAuthMode
impl StructuralPartialEq for RbdAuthMode
Auto Trait Implementations§
impl Freeze for RbdAuthMode
impl RefUnwindSafe for RbdAuthMode
impl Send for RbdAuthMode
impl Sync for RbdAuthMode
impl Unpin for RbdAuthMode
impl UnwindSafe for RbdAuthMode
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