pub struct MaxTicketsPerBlock;Expand description
Max tickets allowed to be embedded in each block extrinsic.
Trait Implementations§
Source§impl Clone for MaxTicketsPerBlock
impl Clone for MaxTicketsPerBlock
Source§fn clone(&self) -> MaxTicketsPerBlock
fn clone(&self) -> MaxTicketsPerBlock
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 MaxTicketsPerBlock
impl Debug for MaxTicketsPerBlock
Source§impl Default for MaxTicketsPerBlock
impl Default for MaxTicketsPerBlock
Source§fn default() -> MaxTicketsPerBlock
fn default() -> MaxTicketsPerBlock
Returns the “default value” for a type. Read more
Source§impl PartialEq for MaxTicketsPerBlock
impl PartialEq for MaxTicketsPerBlock
impl Copy for MaxTicketsPerBlock
impl Eq for MaxTicketsPerBlock
impl StructuralPartialEq for MaxTicketsPerBlock
Auto Trait Implementations§
impl Freeze for MaxTicketsPerBlock
impl RefUnwindSafe for MaxTicketsPerBlock
impl Send for MaxTicketsPerBlock
impl Sync for MaxTicketsPerBlock
impl Unpin for MaxTicketsPerBlock
impl UnwindSafe for MaxTicketsPerBlock
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