pub struct SignedRoleAttestation {
pub payload: RoleAttestation,
pub root_proof: RootProof,
}Fields§
§payload: RoleAttestation§root_proof: RootProofTrait Implementations§
Source§impl CandidType for SignedRoleAttestation
impl CandidType for SignedRoleAttestation
Source§impl Clone for SignedRoleAttestation
impl Clone for SignedRoleAttestation
Source§fn clone(&self) -> SignedRoleAttestation
fn clone(&self) -> SignedRoleAttestation
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 SignedRoleAttestation
impl Debug for SignedRoleAttestation
Source§impl<'de> Deserialize<'de> for SignedRoleAttestation
impl<'de> Deserialize<'de> for SignedRoleAttestation
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
impl Eq for SignedRoleAttestation
Source§impl PartialEq for SignedRoleAttestation
impl PartialEq for SignedRoleAttestation
Source§fn eq(&self, other: &SignedRoleAttestation) -> bool
fn eq(&self, other: &SignedRoleAttestation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SignedRoleAttestation
impl Serialize for SignedRoleAttestation
impl StructuralPartialEq for SignedRoleAttestation
Auto Trait Implementations§
impl Freeze for SignedRoleAttestation
impl RefUnwindSafe for SignedRoleAttestation
impl Send for SignedRoleAttestation
impl Sync for SignedRoleAttestation
impl Unpin for SignedRoleAttestation
impl UnsafeUnpin for SignedRoleAttestation
impl UnwindSafe for SignedRoleAttestation
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