pub struct PasswdInsertConfig {
pub echo: bool,
pub multiline: bool,
pub force: bool,
pub extension: String,
pub pgp_executable: String,
}Fields§
§echo: bool§multiline: bool§force: bool§extension: String§pgp_executable: StringAuto Trait Implementations§
impl Freeze for PasswdInsertConfig
impl RefUnwindSafe for PasswdInsertConfig
impl Send for PasswdInsertConfig
impl Sync for PasswdInsertConfig
impl Unpin for PasswdInsertConfig
impl UnsafeUnpin for PasswdInsertConfig
impl UnwindSafe for PasswdInsertConfig
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