pub struct ProofOfOwnershipResponse<'a> {
pub authentication_return_parameter: AuthenticationReturnParameter,
pub length_of_session_key_info: u16,
pub session_key_info: &'a [u8],
}Fields§
§authentication_return_parameter: AuthenticationReturnParameter§length_of_session_key_info: u16§session_key_info: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for ProofOfOwnershipResponse<'a>
impl<'a> Clone for ProofOfOwnershipResponse<'a>
Source§fn clone(&self) -> ProofOfOwnershipResponse<'a>
fn clone(&self) -> ProofOfOwnershipResponse<'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 ProofOfOwnershipResponse<'a>
impl<'a> Debug for ProofOfOwnershipResponse<'a>
Source§impl<'a> FrameRead<'a> for ProofOfOwnershipResponse<'a>
impl<'a> FrameRead<'a> for ProofOfOwnershipResponse<'a>
Source§impl<'a> FrameWrite for ProofOfOwnershipResponse<'a>
impl<'a> FrameWrite for ProofOfOwnershipResponse<'a>
Source§impl<'a> Ord for ProofOfOwnershipResponse<'a>
impl<'a> Ord for ProofOfOwnershipResponse<'a>
Source§fn cmp(&self, other: &ProofOfOwnershipResponse<'a>) -> Ordering
fn cmp(&self, other: &ProofOfOwnershipResponse<'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 ProofOfOwnershipResponse<'a>
impl<'a> PartialEq for ProofOfOwnershipResponse<'a>
Source§fn eq(&self, other: &ProofOfOwnershipResponse<'a>) -> bool
fn eq(&self, other: &ProofOfOwnershipResponse<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> PartialOrd for ProofOfOwnershipResponse<'a>
impl<'a> PartialOrd for ProofOfOwnershipResponse<'a>
impl<'a> Eq for ProofOfOwnershipResponse<'a>
impl<'a> StructuralPartialEq for ProofOfOwnershipResponse<'a>
Auto Trait Implementations§
impl<'a> Freeze for ProofOfOwnershipResponse<'a>
impl<'a> RefUnwindSafe for ProofOfOwnershipResponse<'a>
impl<'a> Send for ProofOfOwnershipResponse<'a>
impl<'a> Sync for ProofOfOwnershipResponse<'a>
impl<'a> Unpin for ProofOfOwnershipResponse<'a>
impl<'a> UnsafeUnpin for ProofOfOwnershipResponse<'a>
impl<'a> UnwindSafe for ProofOfOwnershipResponse<'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