pub struct SubnetBlockmakers {
pub subnet: Principal,
pub blockmaker: Principal,
pub failed_blockmakers: Vec<Principal>,
}Fields§
§subnet: Principal§blockmaker: Principal§failed_blockmakers: Vec<Principal>Trait Implementations§
Source§impl Clone for SubnetBlockmakers
impl Clone for SubnetBlockmakers
Source§fn clone(&self) -> SubnetBlockmakers
fn clone(&self) -> SubnetBlockmakers
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 SubnetBlockmakers
impl Debug for SubnetBlockmakers
Source§impl From<SubnetBlockmakers> for RawSubnetBlockmakers
impl From<SubnetBlockmakers> for RawSubnetBlockmakers
Source§fn from(blockmaker: SubnetBlockmakers) -> Self
fn from(blockmaker: SubnetBlockmakers) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SubnetBlockmakers
impl RefUnwindSafe for SubnetBlockmakers
impl Send for SubnetBlockmakers
impl Sync for SubnetBlockmakers
impl Unpin for SubnetBlockmakers
impl UnwindSafe for SubnetBlockmakers
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