pub struct JsonCheckpointWriter;Auto Trait Implementations§
impl Freeze for JsonCheckpointWriter
impl RefUnwindSafe for JsonCheckpointWriter
impl Send for JsonCheckpointWriter
impl Sync for JsonCheckpointWriter
impl Unpin for JsonCheckpointWriter
impl UnsafeUnpin for JsonCheckpointWriter
impl UnwindSafe for JsonCheckpointWriter
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