pub struct VerifiedDnt {
pub header: DntHeader,
}Expand description
Result of cryptographic verification without returning plaintext.
Fields§
§header: DntHeaderAuthenticated header.
Trait Implementations§
Source§impl Clone for VerifiedDnt
impl Clone for VerifiedDnt
Source§fn clone(&self) -> VerifiedDnt
fn clone(&self) -> VerifiedDnt
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 VerifiedDnt
impl Debug for VerifiedDnt
impl Eq for VerifiedDnt
Source§impl PartialEq for VerifiedDnt
impl PartialEq for VerifiedDnt
impl StructuralPartialEq for VerifiedDnt
Auto Trait Implementations§
impl Freeze for VerifiedDnt
impl RefUnwindSafe for VerifiedDnt
impl Send for VerifiedDnt
impl Sync for VerifiedDnt
impl Unpin for VerifiedDnt
impl UnsafeUnpin for VerifiedDnt
impl UnwindSafe for VerifiedDnt
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