pub struct StorageQuotas {
pub maximum: u64,
pub reserved_local: u64,
pub relay_budget: u64,
pub temporary: u64,
}Fields§
§maximum: u64§reserved_local: u64§relay_budget: u64§temporary: u64Trait Implementations§
Source§impl Clone for StorageQuotas
impl Clone for StorageQuotas
Source§fn clone(&self) -> StorageQuotas
fn clone(&self) -> StorageQuotas
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 StorageQuotas
impl Debug for StorageQuotas
Auto Trait Implementations§
impl Freeze for StorageQuotas
impl RefUnwindSafe for StorageQuotas
impl Send for StorageQuotas
impl Sync for StorageQuotas
impl Unpin for StorageQuotas
impl UnsafeUnpin for StorageQuotas
impl UnwindSafe for StorageQuotas
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