pub struct SignerList {
pub signer_entries: Vec<SignerEntry>,
pub signer_quorum: u32,
}Fields§
§signer_entries: Vec<SignerEntry>§signer_quorum: u32Trait Implementations§
Source§impl Clone for SignerList
impl Clone for SignerList
Source§fn clone(&self) -> SignerList
fn clone(&self) -> SignerList
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 SignerList
impl Debug for SignerList
Source§impl Default for SignerList
impl Default for SignerList
Source§fn default() -> SignerList
fn default() -> SignerList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignerList
impl<'de> Deserialize<'de> for SignerList
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 SignerList
impl PartialEq for SignerList
Source§impl Serialize for SignerList
impl Serialize for SignerList
impl Eq for SignerList
impl StructuralPartialEq for SignerList
Auto Trait Implementations§
impl Freeze for SignerList
impl RefUnwindSafe for SignerList
impl Send for SignerList
impl Sync for SignerList
impl Unpin for SignerList
impl UnwindSafe for SignerList
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.