pub struct JsonFlags {
pub indent: usize,
pub offset: usize,
}Fields§
§indent: usize§offset: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for JsonFlags
impl RefUnwindSafe for JsonFlags
impl Send for JsonFlags
impl Sync for JsonFlags
impl Unpin for JsonFlags
impl UnsafeUnpin for JsonFlags
impl UnwindSafe for JsonFlags
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