pub struct EncodeOptions {
pub indent: Option<usize>,
pub delimiter: Option<char>,
pub key_folding: Option<KeyFoldingMode>,
pub flatten_depth: Option<usize>,
pub replacer: Option<EncodeReplacer>,
}Fields§
§indent: Option<usize>§delimiter: Option<char>§key_folding: Option<KeyFoldingMode>§flatten_depth: Option<usize>§replacer: Option<EncodeReplacer>Trait Implementations§
Source§impl Clone for EncodeOptions
impl Clone for EncodeOptions
Source§fn clone(&self) -> EncodeOptions
fn clone(&self) -> EncodeOptions
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 moreAuto Trait Implementations§
impl Freeze for EncodeOptions
impl !RefUnwindSafe for EncodeOptions
impl Send for EncodeOptions
impl Sync for EncodeOptions
impl Unpin for EncodeOptions
impl !UnwindSafe for EncodeOptions
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