pub struct JsonDumperPretty { /* private fields */ }
Trait Implementations§
Source§impl Clone for JsonDumperPretty
impl Clone for JsonDumperPretty
Source§fn clone(&self) -> JsonDumperPretty
fn clone(&self) -> JsonDumperPretty
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 JsonDumperPretty
impl Debug for JsonDumperPretty
Source§impl<T> FileDumper<T> for JsonDumperPrettywhere
T: Serialize,
impl<T> FileDumper<T> for JsonDumperPrettywhere
T: Serialize,
Source§impl Hash for JsonDumperPretty
impl Hash for JsonDumperPretty
Source§impl Ord for JsonDumperPretty
impl Ord for JsonDumperPretty
Source§fn cmp(&self, other: &JsonDumperPretty) -> Ordering
fn cmp(&self, other: &JsonDumperPretty) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JsonDumperPretty
impl PartialEq for JsonDumperPretty
Source§impl PartialOrd for JsonDumperPretty
impl PartialOrd for JsonDumperPretty
impl Copy for JsonDumperPretty
impl Eq for JsonDumperPretty
impl StructuralPartialEq for JsonDumperPretty
Auto Trait Implementations§
impl Freeze for JsonDumperPretty
impl RefUnwindSafe for JsonDumperPretty
impl Send for JsonDumperPretty
impl Sync for JsonDumperPretty
impl Unpin for JsonDumperPretty
impl UnwindSafe for JsonDumperPretty
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.