pub struct AddressableStorageTiers { /* private fields */ }Expand description
Generic storage tiers usable by an independently addressable bank.
Implementations§
Trait Implementations§
Source§impl Clone for AddressableStorageTiers
impl Clone for AddressableStorageTiers
Source§fn clone(&self) -> AddressableStorageTiers
fn clone(&self) -> AddressableStorageTiers
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 AddressableStorageTiers
Source§impl Debug for AddressableStorageTiers
impl Debug for AddressableStorageTiers
impl Eq for AddressableStorageTiers
Source§impl PartialEq for AddressableStorageTiers
impl PartialEq for AddressableStorageTiers
impl StructuralPartialEq for AddressableStorageTiers
Auto Trait Implementations§
impl Freeze for AddressableStorageTiers
impl RefUnwindSafe for AddressableStorageTiers
impl Send for AddressableStorageTiers
impl Sync for AddressableStorageTiers
impl Unpin for AddressableStorageTiers
impl UnsafeUnpin for AddressableStorageTiers
impl UnwindSafe for AddressableStorageTiers
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