Struct cml_chain::certs::cbor_encodings::PoolParamsEncoding
source · pub struct PoolParamsEncoding {
pub len_encoding: LenEncoding,
pub operator_encoding: StringEncoding,
pub vrf_keyhash_encoding: StringEncoding,
pub pledge_encoding: Option<Sz>,
pub cost_encoding: Option<Sz>,
pub pool_owners_encoding: LenEncoding,
pub pool_owners_elem_encodings: Vec<StringEncoding>,
pub relays_encoding: LenEncoding,
}Fields§
§len_encoding: LenEncoding§operator_encoding: StringEncoding§vrf_keyhash_encoding: StringEncoding§pledge_encoding: Option<Sz>§cost_encoding: Option<Sz>§pool_owners_encoding: LenEncoding§pool_owners_elem_encodings: Vec<StringEncoding>§relays_encoding: LenEncodingTrait Implementations§
source§impl Clone for PoolParamsEncoding
impl Clone for PoolParamsEncoding
source§fn clone(&self) -> PoolParamsEncoding
fn clone(&self) -> PoolParamsEncoding
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 PoolParamsEncoding
impl Debug for PoolParamsEncoding
source§impl Default for PoolParamsEncoding
impl Default for PoolParamsEncoding
source§fn default() -> PoolParamsEncoding
fn default() -> PoolParamsEncoding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PoolParamsEncoding
impl RefUnwindSafe for PoolParamsEncoding
impl Send for PoolParamsEncoding
impl Sync for PoolParamsEncoding
impl Unpin for PoolParamsEncoding
impl UnwindSafe for PoolParamsEncoding
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