pub struct JSONFormat {}
Trait Implementations§
Source§impl FormatHandler for JSONFormat
impl FormatHandler for JSONFormat
Auto Trait Implementations§
impl Freeze for JSONFormat
impl RefUnwindSafe for JSONFormat
impl Send for JSONFormat
impl Sync for JSONFormat
impl Unpin for JSONFormat
impl UnwindSafe for JSONFormat
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