pub struct DeleteArgs {
pub name: String,
pub backend: Option<String>,
pub confirm: String,
pub profile_root: Option<PathBuf>,
}Fields§
§name: String§backend: Option<String>§confirm: String§profile_root: Option<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteArgs
impl RefUnwindSafe for DeleteArgs
impl Send for DeleteArgs
impl Sync for DeleteArgs
impl Unpin for DeleteArgs
impl UnsafeUnpin for DeleteArgs
impl UnwindSafe for DeleteArgs
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