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