pub struct ValidatorPartitionInfo {
pub id: String,
pub active: bool,
}Fields§
§id: String§active: boolTrait Implementations§
Source§impl Clone for ValidatorPartitionInfo
impl Clone for ValidatorPartitionInfo
Source§fn clone(&self) -> ValidatorPartitionInfo
fn clone(&self) -> ValidatorPartitionInfo
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 ValidatorPartitionInfo
impl Debug for ValidatorPartitionInfo
Source§impl<'de> Deserialize<'de> for ValidatorPartitionInfo
impl<'de> Deserialize<'de> for ValidatorPartitionInfo
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 ValidatorPartitionInfo
impl PartialEq for ValidatorPartitionInfo
Source§impl Serialize for ValidatorPartitionInfo
impl Serialize for ValidatorPartitionInfo
impl StructuralPartialEq for ValidatorPartitionInfo
Auto Trait Implementations§
impl Freeze for ValidatorPartitionInfo
impl RefUnwindSafe for ValidatorPartitionInfo
impl Send for ValidatorPartitionInfo
impl Sync for ValidatorPartitionInfo
impl Unpin for ValidatorPartitionInfo
impl UnsafeUnpin for ValidatorPartitionInfo
impl UnwindSafe for ValidatorPartitionInfo
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