pub struct StoreAllocationIdentity { /* private fields */ }Expand description
StoreAllocationIdentity
Durable allocation identity for one physical stable-memory role.
Implementations§
Trait Implementations§
Source§impl Clone for StoreAllocationIdentity
impl Clone for StoreAllocationIdentity
Source§fn clone(&self) -> StoreAllocationIdentity
fn clone(&self) -> StoreAllocationIdentity
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 StoreAllocationIdentity
impl Debug for StoreAllocationIdentity
Source§impl PartialEq for StoreAllocationIdentity
impl PartialEq for StoreAllocationIdentity
Source§fn eq(&self, other: &StoreAllocationIdentity) -> bool
fn eq(&self, other: &StoreAllocationIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StoreAllocationIdentity
impl Eq for StoreAllocationIdentity
impl StructuralPartialEq for StoreAllocationIdentity
Auto Trait Implementations§
impl Freeze for StoreAllocationIdentity
impl RefUnwindSafe for StoreAllocationIdentity
impl Send for StoreAllocationIdentity
impl Sync for StoreAllocationIdentity
impl Unpin for StoreAllocationIdentity
impl UnsafeUnpin for StoreAllocationIdentity
impl UnwindSafe for StoreAllocationIdentity
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