pub struct YamlFormat;Expand description
Struct representing the format-ende implementation for the YAML format
Implementations§
Source§impl YamlFormat
impl YamlFormat
Trait Implementations§
Source§impl Clone for YamlFormat
impl Clone for YamlFormat
Source§fn clone(&self) -> YamlFormat
fn clone(&self) -> YamlFormat
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 moreimpl Copy for YamlFormat
Source§impl Debug for YamlFormat
impl Debug for YamlFormat
Source§impl Default for YamlFormat
impl Default for YamlFormat
impl Eq for YamlFormat
Source§impl<V> FormatDecoder<V> for YamlFormatwhere
V: DeserializeOwned,
impl<V> FormatDecoder<V> for YamlFormatwhere
V: DeserializeOwned,
Source§type DecodeError = Error
type DecodeError = Error
The error type that can occur during decoding
Source§impl<V> FormatEncoder<V> for YamlFormat
impl<V> FormatEncoder<V> for YamlFormat
Source§impl FormatInfo for YamlFormat
impl FormatInfo for YamlFormat
Source§impl Hash for YamlFormat
impl Hash for YamlFormat
Source§impl PartialEq for YamlFormat
impl PartialEq for YamlFormat
impl StructuralPartialEq for YamlFormat
Auto Trait Implementations§
impl Freeze for YamlFormat
impl RefUnwindSafe for YamlFormat
impl Send for YamlFormat
impl Sync for YamlFormat
impl Unpin for YamlFormat
impl UnsafeUnpin for YamlFormat
impl UnwindSafe for YamlFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T, V, E> FormatDecoderDyn<V, E> for T
impl<T, V, E> FormatDecoderDyn<V, E> for T
Source§fn decode_dyn(&mut self, reader: &mut dyn Read) -> Result<V, E>
fn decode_dyn(&mut self, reader: &mut dyn Read) -> Result<V, E>
Decodes a value from the provided reader