Enum primitives::storage::StorageLayout
source · pub enum StorageLayout {
Regular(u8),
}
Variants§
Implementations§
source§impl StorageLayout
impl StorageLayout
Trait Implementations§
source§impl Clone for StorageLayout
impl Clone for StorageLayout
source§fn clone(&self) -> StorageLayout
fn clone(&self) -> StorageLayout
Returns a copy of the value. Read more
1.0.0 · 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 StorageLayout
impl Debug for StorageLayout
source§impl PartialEq for StorageLayout
impl PartialEq for StorageLayout
source§fn eq(&self, other: &StorageLayout) -> bool
fn eq(&self, other: &StorageLayout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StorageLayout
Auto Trait Implementations§
impl Freeze for StorageLayout
impl RefUnwindSafe for StorageLayout
impl Send for StorageLayout
impl Sync for StorageLayout
impl Unpin for StorageLayout
impl UnwindSafe for StorageLayout
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