pub enum SpaceCapability {
Read,
Write,
Share,
Manage,
Mount,
Snapshot,
Restore,
Delete,
}Variants§
Trait Implementations§
Source§impl Clone for SpaceCapability
impl Clone for SpaceCapability
Source§fn clone(&self) -> SpaceCapability
fn clone(&self) -> SpaceCapability
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 SpaceCapability
Source§impl Debug for SpaceCapability
impl Debug for SpaceCapability
Source§impl<'de> Deserialize<'de> for SpaceCapability
impl<'de> Deserialize<'de> for SpaceCapability
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
impl Eq for SpaceCapability
Source§impl Ord for SpaceCapability
impl Ord for SpaceCapability
Source§fn cmp(&self, other: &SpaceCapability) -> Ordering
fn cmp(&self, other: &SpaceCapability) -> Ordering
1.21.0 (const: unstable) · 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 SpaceCapability
impl PartialEq for SpaceCapability
Source§impl PartialOrd for SpaceCapability
impl PartialOrd for SpaceCapability
Source§impl Serialize for SpaceCapability
impl Serialize for SpaceCapability
impl StructuralPartialEq for SpaceCapability
Auto Trait Implementations§
impl Freeze for SpaceCapability
impl RefUnwindSafe for SpaceCapability
impl Send for SpaceCapability
impl Sync for SpaceCapability
impl Unpin for SpaceCapability
impl UnsafeUnpin for SpaceCapability
impl UnwindSafe for SpaceCapability
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