pub struct PasswdGenerateConfig {
pub no_symbols: bool,
pub in_place: bool,
pub force: bool,
pub pass_length: usize,
pub extension: String,
pub pgp_executable: String,
}Fields§
§no_symbols: bool§in_place: bool§force: bool§pass_length: usize§extension: String§pgp_executable: StringAuto Trait Implementations§
impl Freeze for PasswdGenerateConfig
impl RefUnwindSafe for PasswdGenerateConfig
impl Send for PasswdGenerateConfig
impl Sync for PasswdGenerateConfig
impl Unpin for PasswdGenerateConfig
impl UnwindSafe for PasswdGenerateConfig
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