pub struct ValidatorIdentity {
pub key_gen_summary: ValidatorKeys,
pub cidr_blocks: Vec<EgressIpRange>,
}Fields§
§key_gen_summary: ValidatorKeys§cidr_blocks: Vec<EgressIpRange>Trait Implementations§
Source§impl Clone for ValidatorIdentity
impl Clone for ValidatorIdentity
Source§fn clone(&self) -> ValidatorIdentity
fn clone(&self) -> ValidatorIdentity
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 moreAuto Trait Implementations§
impl Freeze for ValidatorIdentity
impl RefUnwindSafe for ValidatorIdentity
impl Send for ValidatorIdentity
impl Sync for ValidatorIdentity
impl Unpin for ValidatorIdentity
impl UnwindSafe for ValidatorIdentity
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