pub struct GenerateKeysParams {
pub output_dir: PathBuf,
pub file_name: Option<String>,
pub entropy: String,
pub overwrite: bool,
}Fields§
§output_dir: PathBuf§file_name: Option<String>§entropy: String§overwrite: boolImplementations§
Trait Implementations§
Source§impl Clone for GenerateKeysParams
impl Clone for GenerateKeysParams
Source§fn clone(&self) -> GenerateKeysParams
fn clone(&self) -> GenerateKeysParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GenerateKeysParams
impl Debug for GenerateKeysParams
Auto Trait Implementations§
impl Freeze for GenerateKeysParams
impl RefUnwindSafe for GenerateKeysParams
impl Send for GenerateKeysParams
impl Sync for GenerateKeysParams
impl Unpin for GenerateKeysParams
impl UnwindSafe for GenerateKeysParams
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