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