pub struct NetworkLimits {
pub data_entry_parts: u64,
pub account_authorities: u64,
pub book_pages: u64,
pub page_entries: u64,
pub identity_accounts: u64,
pub pending_major_blocks: u64,
pub events_per_block: u64,
}Fields§
§data_entry_parts: u64§book_pages: u64§page_entries: u64§identity_accounts: u64§pending_major_blocks: u64§events_per_block: u64Trait Implementations§
Source§impl Clone for NetworkLimits
impl Clone for NetworkLimits
Source§fn clone(&self) -> NetworkLimits
fn clone(&self) -> NetworkLimits
Returns a duplicate 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 NetworkLimits
impl Debug for NetworkLimits
Source§impl<'de> Deserialize<'de> for NetworkLimits
impl<'de> Deserialize<'de> for NetworkLimits
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
Source§impl PartialEq for NetworkLimits
impl PartialEq for NetworkLimits
Source§impl Serialize for NetworkLimits
impl Serialize for NetworkLimits
impl StructuralPartialEq for NetworkLimits
Auto Trait Implementations§
impl Freeze for NetworkLimits
impl RefUnwindSafe for NetworkLimits
impl Send for NetworkLimits
impl Sync for NetworkLimits
impl Unpin for NetworkLimits
impl UnsafeUnpin for NetworkLimits
impl UnwindSafe for NetworkLimits
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