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