pub struct VerifyProofOfOwnershipUnidirectionalRequest<'a> {
pub algorithm_indicator: [u8; 16],
pub length_of_proof_of_ownership_client: u16,
pub proof_of_ownership_client: &'a [u8],
pub length_of_challenge_client: u16,
pub challenge_client: &'a [u8],
pub length_of_additional_parameter: u16,
pub additional_parameter: &'a [u8],
}Fields§
§algorithm_indicator: [u8; 16]§length_of_proof_of_ownership_client: u16§proof_of_ownership_client: &'a [u8]§length_of_challenge_client: u16§challenge_client: &'a [u8]§length_of_additional_parameter: u16§additional_parameter: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Clone for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§fn clone(&self) -> VerifyProofOfOwnershipUnidirectionalRequest<'a>
fn clone(&self) -> VerifyProofOfOwnershipUnidirectionalRequest<'a>
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<'a> Debug for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Debug for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§impl<'a> FrameRead<'a> for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> FrameRead<'a> for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§impl<'a> FrameWrite for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> FrameWrite for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§impl<'a> Ord for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Ord for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§fn cmp(
&self,
other: &VerifyProofOfOwnershipUnidirectionalRequest<'a>,
) -> Ordering
fn cmp( &self, other: &VerifyProofOfOwnershipUnidirectionalRequest<'a>, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> PartialEq for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Source§fn eq(&self, other: &VerifyProofOfOwnershipUnidirectionalRequest<'a>) -> bool
fn eq(&self, other: &VerifyProofOfOwnershipUnidirectionalRequest<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> PartialOrd for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> PartialOrd for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Eq for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> StructuralPartialEq for VerifyProofOfOwnershipUnidirectionalRequest<'a>
Auto Trait Implementations§
impl<'a> Freeze for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> RefUnwindSafe for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Send for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Sync for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> Unpin for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> UnsafeUnpin for VerifyProofOfOwnershipUnidirectionalRequest<'a>
impl<'a> UnwindSafe for VerifyProofOfOwnershipUnidirectionalRequest<'a>
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