pub struct Serializer { /* private fields */ }Implementations§
Source§impl Serializer
impl Serializer
Trait Implementations§
Source§impl Clone for Serializer
impl Clone for Serializer
Source§fn clone(&self) -> Serializer
fn clone(&self) -> Serializer
Returns a duplicate 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 Serializer
impl Debug for Serializer
Source§impl Display for Serializer
impl Display for Serializer
Source§impl Hash for Serializer
impl Hash for Serializer
Source§impl PartialEq for Serializer
impl PartialEq for Serializer
Source§impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for Serializer
impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for Serializer
Source§type Error = InvalidSerializer
type Error = InvalidSerializer
The type returned in the event of a conversion error.
impl Eq for Serializer
impl StructuralPartialEq for Serializer
Auto Trait Implementations§
impl Freeze for Serializer
impl RefUnwindSafe for Serializer
impl Send for Serializer
impl Sync for Serializer
impl Unpin for Serializer
impl UnsafeUnpin for Serializer
impl UnwindSafe for Serializer
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.