pub struct JsonWriter { /* private fields */ }Expand description
JSON 포맷 Writer
Implementations§
Source§impl JsonWriter
impl JsonWriter
pub fn new(options: FormatOptions) -> Self
Trait Implementations§
Source§impl Default for JsonWriter
impl Default for JsonWriter
Source§fn default() -> JsonWriter
fn default() -> JsonWriter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for JsonWriter
impl RefUnwindSafe for JsonWriter
impl Send for JsonWriter
impl Sync for JsonWriter
impl Unpin for JsonWriter
impl UnsafeUnpin for JsonWriter
impl UnwindSafe for JsonWriter
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