pub struct NotEnoughTrustSubdetail {
pub tally: VotingPowerTally,
}Fields§
§tally: VotingPowerTallyTrait Implementations§
Source§impl Clone for NotEnoughTrustSubdetail
impl Clone for NotEnoughTrustSubdetail
Source§fn clone(&self) -> NotEnoughTrustSubdetail
fn clone(&self) -> NotEnoughTrustSubdetail
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 NotEnoughTrustSubdetail
impl Debug for NotEnoughTrustSubdetail
Source§impl<'de> Deserialize<'de> for NotEnoughTrustSubdetail
impl<'de> Deserialize<'de> for NotEnoughTrustSubdetail
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 Display for NotEnoughTrustSubdetail
impl Display for NotEnoughTrustSubdetail
Source§impl PartialEq for NotEnoughTrustSubdetail
impl PartialEq for NotEnoughTrustSubdetail
Source§impl Serialize for NotEnoughTrustSubdetail
impl Serialize for NotEnoughTrustSubdetail
impl Eq for NotEnoughTrustSubdetail
impl StructuralPartialEq for NotEnoughTrustSubdetail
Auto Trait Implementations§
impl Freeze for NotEnoughTrustSubdetail
impl RefUnwindSafe for NotEnoughTrustSubdetail
impl Send for NotEnoughTrustSubdetail
impl Sync for NotEnoughTrustSubdetail
impl Unpin for NotEnoughTrustSubdetail
impl UnwindSafe for NotEnoughTrustSubdetail
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