pub struct AuthCommitteeHotCertEncoding {
pub len_encoding: LenEncoding,
pub index_0_encoding: Option<Sz>,
}Fields§
§len_encoding: LenEncoding§index_0_encoding: Option<Sz>Trait Implementations§
source§impl Clone for AuthCommitteeHotCertEncoding
impl Clone for AuthCommitteeHotCertEncoding
source§fn clone(&self) -> AuthCommitteeHotCertEncoding
fn clone(&self) -> AuthCommitteeHotCertEncoding
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 AuthCommitteeHotCertEncoding
impl Debug for AuthCommitteeHotCertEncoding
source§impl Default for AuthCommitteeHotCertEncoding
impl Default for AuthCommitteeHotCertEncoding
source§fn default() -> AuthCommitteeHotCertEncoding
fn default() -> AuthCommitteeHotCertEncoding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AuthCommitteeHotCertEncoding
impl RefUnwindSafe for AuthCommitteeHotCertEncoding
impl Send for AuthCommitteeHotCertEncoding
impl Sync for AuthCommitteeHotCertEncoding
impl Unpin for AuthCommitteeHotCertEncoding
impl UnwindSafe for AuthCommitteeHotCertEncoding
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