pub struct DeleteUserOptions {
pub remove_home: bool,
}Expand description
Options for deleting a user
Fields§
§remove_home: boolRemove home directory
Trait Implementations§
Source§impl Debug for DeleteUserOptions
impl Debug for DeleteUserOptions
Source§impl Default for DeleteUserOptions
impl Default for DeleteUserOptions
Source§fn default() -> DeleteUserOptions
fn default() -> DeleteUserOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteUserOptions
impl RefUnwindSafe for DeleteUserOptions
impl Send for DeleteUserOptions
impl Sync for DeleteUserOptions
impl Unpin for DeleteUserOptions
impl UnsafeUnpin for DeleteUserOptions
impl UnwindSafe for DeleteUserOptions
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