pub struct PackedAttestationStatement {
pub alg: i32,
pub sig: Bytes<ASN1_SIGNATURE_LENGTH>,
pub x5c: Option<Vec<Bytes<1024>, 1>>,
}Fields§
§alg: i32§sig: Bytes<ASN1_SIGNATURE_LENGTH>§x5c: Option<Vec<Bytes<1024>, 1>>Trait Implementations§
Source§impl Clone for PackedAttestationStatement
impl Clone for PackedAttestationStatement
Source§fn clone(&self) -> PackedAttestationStatement
fn clone(&self) -> PackedAttestationStatement
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 Debug for PackedAttestationStatement
impl Debug for PackedAttestationStatement
impl Eq for PackedAttestationStatement
impl StructuralPartialEq for PackedAttestationStatement
Auto Trait Implementations§
impl Freeze for PackedAttestationStatement
impl RefUnwindSafe for PackedAttestationStatement
impl Send for PackedAttestationStatement
impl Sync for PackedAttestationStatement
impl Unpin for PackedAttestationStatement
impl UnwindSafe for PackedAttestationStatement
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