pub struct ValCount;Expand description
Total number of validators in the JAM.
Trait Implementations§
impl Copy for ValCount
impl Eq for ValCount
impl StructuralPartialEq for ValCount
Auto Trait Implementations§
impl Freeze for ValCount
impl RefUnwindSafe for ValCount
impl Send for ValCount
impl Sync for ValCount
impl Unpin for ValCount
impl UnwindSafe for ValCount
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