pub struct NoneAttestationStatement {}Trait Implementations§
Source§impl Clone for NoneAttestationStatement
impl Clone for NoneAttestationStatement
Source§fn clone(&self) -> NoneAttestationStatement
fn clone(&self) -> NoneAttestationStatement
Returns a copy 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 Debug for NoneAttestationStatement
impl Debug for NoneAttestationStatement
Source§impl PartialEq for NoneAttestationStatement
impl PartialEq for NoneAttestationStatement
Source§impl Serialize for NoneAttestationStatement
impl Serialize for NoneAttestationStatement
impl Eq for NoneAttestationStatement
impl StructuralPartialEq for NoneAttestationStatement
Auto Trait Implementations§
impl Freeze for NoneAttestationStatement
impl RefUnwindSafe for NoneAttestationStatement
impl Send for NoneAttestationStatement
impl Sync for NoneAttestationStatement
impl Unpin for NoneAttestationStatement
impl UnwindSafe for NoneAttestationStatement
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