pub enum AllocationIdentityCapability {
Present,
Absent,
}Expand description
Whether a store storage mode owns durable stable-memory allocation identity.
Variants§
Trait Implementations§
Source§impl Clone for AllocationIdentityCapability
impl Clone for AllocationIdentityCapability
Source§fn clone(&self) -> AllocationIdentityCapability
fn clone(&self) -> AllocationIdentityCapability
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 moreSource§impl Debug for AllocationIdentityCapability
impl Debug for AllocationIdentityCapability
Source§impl PartialEq for AllocationIdentityCapability
impl PartialEq for AllocationIdentityCapability
Source§fn eq(&self, other: &AllocationIdentityCapability) -> bool
fn eq(&self, other: &AllocationIdentityCapability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AllocationIdentityCapability
impl Eq for AllocationIdentityCapability
impl StructuralPartialEq for AllocationIdentityCapability
Auto Trait Implementations§
impl Freeze for AllocationIdentityCapability
impl RefUnwindSafe for AllocationIdentityCapability
impl Send for AllocationIdentityCapability
impl Sync for AllocationIdentityCapability
impl Unpin for AllocationIdentityCapability
impl UnsafeUnpin for AllocationIdentityCapability
impl UnwindSafe for AllocationIdentityCapability
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