pub struct JsonValueContentsOpts<'a> {
pub indent: Option<&'a str>,
pub pretty: Option<bool>,
}
Fields§
§indent: Option<&'a str>
Optional line prefix
pretty: Option<bool>
Pretty-print
Trait Implementations§
Source§impl<'a> Debug for JsonValueContentsOpts<'a>
impl<'a> Debug for JsonValueContentsOpts<'a>
Source§impl<'a> PartialEq for JsonValueContentsOpts<'a>
impl<'a> PartialEq for JsonValueContentsOpts<'a>
impl<'a> StructuralPartialEq for JsonValueContentsOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for JsonValueContentsOpts<'a>
impl<'a> RefUnwindSafe for JsonValueContentsOpts<'a>
impl<'a> Send for JsonValueContentsOpts<'a>
impl<'a> Sync for JsonValueContentsOpts<'a>
impl<'a> Unpin for JsonValueContentsOpts<'a>
impl<'a> UnwindSafe for JsonValueContentsOpts<'a>
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