pub enum ProfileSub {
List(ListArgs),
Info(InfoArgs),
LockStatus(InfoArgs),
Downloads(InfoArgs),
Delete(DeleteArgs),
Prune(PruneArgs),
Cookies(InfoArgs),
}Variants§
List(ListArgs)
Info(InfoArgs)
LockStatus(InfoArgs)
Downloads(InfoArgs)
Delete(DeleteArgs)
Prune(PruneArgs)
Cookies(InfoArgs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfileSub
impl RefUnwindSafe for ProfileSub
impl Send for ProfileSub
impl Sync for ProfileSub
impl Unpin for ProfileSub
impl UnsafeUnpin for ProfileSub
impl UnwindSafe for ProfileSub
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