pub enum ResourceLeaseState {
Active,
Deferred,
Cancelled,
Mixed,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ResourceLeaseState
impl Clone for ResourceLeaseState
Source§fn clone(&self) -> ResourceLeaseState
fn clone(&self) -> ResourceLeaseState
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 ResourceLeaseState
Source§impl Debug for ResourceLeaseState
impl Debug for ResourceLeaseState
Source§impl<'de> Deserialize<'de> for ResourceLeaseState
impl<'de> Deserialize<'de> for ResourceLeaseState
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 ResourceLeaseState
Source§impl Ord for ResourceLeaseState
impl Ord for ResourceLeaseState
Source§fn cmp(&self, other: &ResourceLeaseState) -> Ordering
fn cmp(&self, other: &ResourceLeaseState) -> 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 ResourceLeaseState
impl PartialEq for ResourceLeaseState
Source§impl PartialOrd for ResourceLeaseState
impl PartialOrd for ResourceLeaseState
Source§impl Serialize for ResourceLeaseState
impl Serialize for ResourceLeaseState
impl StructuralPartialEq for ResourceLeaseState
Auto Trait Implementations§
impl Freeze for ResourceLeaseState
impl RefUnwindSafe for ResourceLeaseState
impl Send for ResourceLeaseState
impl Sync for ResourceLeaseState
impl Unpin for ResourceLeaseState
impl UnsafeUnpin for ResourceLeaseState
impl UnwindSafe for ResourceLeaseState
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