pub struct RoleAttestationGetRequest {
pub payload_hash: [u8; 32],
}Fields§
§payload_hash: [u8; 32]Trait Implementations§
Source§impl Clone for RoleAttestationGetRequest
impl Clone for RoleAttestationGetRequest
Source§fn clone(&self) -> RoleAttestationGetRequest
fn clone(&self) -> RoleAttestationGetRequest
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 RoleAttestationGetRequest
impl Debug for RoleAttestationGetRequest
Source§impl<'de> Deserialize<'de> for RoleAttestationGetRequest
impl<'de> Deserialize<'de> for RoleAttestationGetRequest
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 RoleAttestationGetRequest
Source§impl PartialEq for RoleAttestationGetRequest
impl PartialEq for RoleAttestationGetRequest
Source§fn eq(&self, other: &RoleAttestationGetRequest) -> bool
fn eq(&self, other: &RoleAttestationGetRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RoleAttestationGetRequest
Auto Trait Implementations§
impl Freeze for RoleAttestationGetRequest
impl RefUnwindSafe for RoleAttestationGetRequest
impl Send for RoleAttestationGetRequest
impl Sync for RoleAttestationGetRequest
impl Unpin for RoleAttestationGetRequest
impl UnsafeUnpin for RoleAttestationGetRequest
impl UnwindSafe for RoleAttestationGetRequest
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