pub enum DynamicStorageView {
Contiguous,
PagedRegions {
block_bytes: u64,
},
}Variants§
Trait Implementations§
Source§impl Clone for DynamicStorageView
impl Clone for DynamicStorageView
Source§fn clone(&self) -> DynamicStorageView
fn clone(&self) -> DynamicStorageView
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 DynamicStorageView
Source§impl Debug for DynamicStorageView
impl Debug for DynamicStorageView
Source§impl<'de> Deserialize<'de> for DynamicStorageView
impl<'de> Deserialize<'de> for DynamicStorageView
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 DynamicStorageView
Source§impl Hash for DynamicStorageView
impl Hash for DynamicStorageView
Source§impl Ord for DynamicStorageView
impl Ord for DynamicStorageView
Source§fn cmp(&self, other: &DynamicStorageView) -> Ordering
fn cmp(&self, other: &DynamicStorageView) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DynamicStorageView
impl PartialEq for DynamicStorageView
Source§impl PartialOrd for DynamicStorageView
impl PartialOrd for DynamicStorageView
Source§impl Serialize for DynamicStorageView
impl Serialize for DynamicStorageView
impl StructuralPartialEq for DynamicStorageView
Auto Trait Implementations§
impl Freeze for DynamicStorageView
impl RefUnwindSafe for DynamicStorageView
impl Send for DynamicStorageView
impl Sync for DynamicStorageView
impl Unpin for DynamicStorageView
impl UnsafeUnpin for DynamicStorageView
impl UnwindSafe for DynamicStorageView
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