pub enum JsonArchiveCmd {
Write(Write),
Info(Info),
State(State),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonArchiveCmd
impl RefUnwindSafe for JsonArchiveCmd
impl Send for JsonArchiveCmd
impl Sync for JsonArchiveCmd
impl Unpin for JsonArchiveCmd
impl UnwindSafe for JsonArchiveCmd
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