pub struct DynamicStorageProfile { /* private fields */ }Expand description
Backend-neutral physical addressability offered by a runtime and accepted by an operation provider. This is independent from capacity formulas.
Implementations§
Source§impl DynamicStorageProfile
impl DynamicStorageProfile
pub fn new( allocator: DynamicStorageAllocator, view: DynamicStorageView, ) -> Result<Self, VNextError>
pub const fn allocator(self) -> DynamicStorageAllocator
pub const fn view(self) -> DynamicStorageView
Trait Implementations§
Source§impl Clone for DynamicStorageProfile
impl Clone for DynamicStorageProfile
Source§fn clone(&self) -> DynamicStorageProfile
fn clone(&self) -> DynamicStorageProfile
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 DynamicStorageProfile
Source§impl Debug for DynamicStorageProfile
impl Debug for DynamicStorageProfile
Source§impl<'de> Deserialize<'de> for DynamicStorageProfile
impl<'de> Deserialize<'de> for DynamicStorageProfile
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 DynamicStorageProfile
Source§impl Hash for DynamicStorageProfile
impl Hash for DynamicStorageProfile
Source§impl Ord for DynamicStorageProfile
impl Ord for DynamicStorageProfile
Source§fn cmp(&self, other: &DynamicStorageProfile) -> Ordering
fn cmp(&self, other: &DynamicStorageProfile) -> 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 DynamicStorageProfile
impl PartialEq for DynamicStorageProfile
Source§impl PartialOrd for DynamicStorageProfile
impl PartialOrd for DynamicStorageProfile
Source§impl Serialize for DynamicStorageProfile
impl Serialize for DynamicStorageProfile
impl StructuralPartialEq for DynamicStorageProfile
Auto Trait Implementations§
impl Freeze for DynamicStorageProfile
impl RefUnwindSafe for DynamicStorageProfile
impl Send for DynamicStorageProfile
impl Sync for DynamicStorageProfile
impl Unpin for DynamicStorageProfile
impl UnsafeUnpin for DynamicStorageProfile
impl UnwindSafe for DynamicStorageProfile
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