pub struct EncodingMetadata {}Expand description
Optional metadata about the encoding process.
Trait Implementations§
Source§impl Clone for EncodingMetadata
impl Clone for EncodingMetadata
Source§fn clone(&self) -> EncodingMetadata
fn clone(&self) -> EncodingMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncodingMetadata
impl Debug for EncodingMetadata
Source§impl Default for EncodingMetadata
impl Default for EncodingMetadata
Source§fn default() -> EncodingMetadata
fn default() -> EncodingMetadata
Returns the “default value” for a type. Read more
impl Eq for EncodingMetadata
Source§impl PartialEq for EncodingMetadata
impl PartialEq for EncodingMetadata
impl StructuralPartialEq for EncodingMetadata
Auto Trait Implementations§
impl Freeze for EncodingMetadata
impl RefUnwindSafe for EncodingMetadata
impl Send for EncodingMetadata
impl Sync for EncodingMetadata
impl Unpin for EncodingMetadata
impl UnsafeUnpin for EncodingMetadata
impl UnwindSafe for EncodingMetadata
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