pub enum StoreAllocationIdentityCapability {
Present,
Absent,
}Expand description
Whether a store owns durable allocation identity.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StoreAllocationIdentityCapability
impl Clone for StoreAllocationIdentityCapability
Source§fn clone(&self) -> StoreAllocationIdentityCapability
fn clone(&self) -> StoreAllocationIdentityCapability
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 StoreAllocationIdentityCapability
Source§impl Default for StoreAllocationIdentityCapability
impl Default for StoreAllocationIdentityCapability
Source§fn default() -> StoreAllocationIdentityCapability
fn default() -> StoreAllocationIdentityCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StoreAllocationIdentityCapability
impl<'de> Deserialize<'de> for StoreAllocationIdentityCapability
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 StoreAllocationIdentityCapability
Source§impl PartialEq for StoreAllocationIdentityCapability
impl PartialEq for StoreAllocationIdentityCapability
Source§fn eq(&self, other: &StoreAllocationIdentityCapability) -> bool
fn eq(&self, other: &StoreAllocationIdentityCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StoreAllocationIdentityCapability
Auto Trait Implementations§
impl Freeze for StoreAllocationIdentityCapability
impl RefUnwindSafe for StoreAllocationIdentityCapability
impl Send for StoreAllocationIdentityCapability
impl Sync for StoreAllocationIdentityCapability
impl Unpin for StoreAllocationIdentityCapability
impl UnsafeUnpin for StoreAllocationIdentityCapability
impl UnwindSafe for StoreAllocationIdentityCapability
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