pub struct JsonArchive {
pub subcommand: JsonArchiveCmd,
}Fields§
§subcommand: JsonArchiveCmdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonArchive
impl RefUnwindSafe for JsonArchive
impl Send for JsonArchive
impl Sync for JsonArchive
impl Unpin for JsonArchive
impl UnwindSafe for JsonArchive
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