pub struct JsonFile { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonFile
impl RefUnwindSafe for JsonFile
impl Send for JsonFile
impl Sync for JsonFile
impl Unpin for JsonFile
impl UnsafeUnpin for JsonFile
impl UnwindSafe for JsonFile
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