pub struct CertificateHashDataChain {
pub certificate_hash_data: CertificateHashData,
pub certificate_type: GetCertificateIdUseEnum,
pub child_certificate_hash_data: Option<Vec<CertificateHashData, 4usize>>,
pub custom_data: Option<CustomData>,
}Fields§
§certificate_hash_data: CertificateHashData§certificate_type: GetCertificateIdUseEnum§child_certificate_hash_data: Option<Vec<CertificateHashData, 4usize>>§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for CertificateHashDataChain
impl Clone for CertificateHashDataChain
Source§fn clone(&self) -> CertificateHashDataChain
fn clone(&self) -> CertificateHashDataChain
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 CertificateHashDataChain
impl Debug for CertificateHashDataChain
impl Eq for CertificateHashDataChain
Source§impl PartialEq for CertificateHashDataChain
impl PartialEq for CertificateHashDataChain
impl StructuralPartialEq for CertificateHashDataChain
Auto Trait Implementations§
impl Freeze for CertificateHashDataChain
impl RefUnwindSafe for CertificateHashDataChain
impl Send for CertificateHashDataChain
impl Sync for CertificateHashDataChain
impl Unpin for CertificateHashDataChain
impl UnsafeUnpin for CertificateHashDataChain
impl UnwindSafe for CertificateHashDataChain
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