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