pub struct ThresholdApproverIdentity {
pub identifier: String,
pub public_key: PublicKey,
}Fields§
§identifier: String§public_key: PublicKeyTrait Implementations§
Source§impl Clone for ThresholdApproverIdentity
impl Clone for ThresholdApproverIdentity
Source§fn clone(&self) -> ThresholdApproverIdentity
fn clone(&self) -> ThresholdApproverIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThresholdApproverIdentity
impl Debug for ThresholdApproverIdentity
Source§impl<'de> Deserialize<'de> for ThresholdApproverIdentity
impl<'de> Deserialize<'de> for ThresholdApproverIdentity
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ThresholdApproverIdentity, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ThresholdApproverIdentity, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ThresholdApproverIdentity
Source§impl Serialize for ThresholdApproverIdentity
impl Serialize for ThresholdApproverIdentity
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ThresholdApproverIdentity
Auto Trait Implementations§
impl Freeze for ThresholdApproverIdentity
impl RefUnwindSafe for ThresholdApproverIdentity
impl Send for ThresholdApproverIdentity
impl Sync for ThresholdApproverIdentity
impl Unpin for ThresholdApproverIdentity
impl UnsafeUnpin for ThresholdApproverIdentity
impl UnwindSafe for ThresholdApproverIdentity
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