pub struct WordlistSpec {
pub name: String,
pub path: PathBuf,
}Fields§
§name: String§path: PathBufTrait Implementations§
Source§impl Clone for WordlistSpec
impl Clone for WordlistSpec
Source§fn clone(&self) -> WordlistSpec
fn clone(&self) -> WordlistSpec
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 moreAuto Trait Implementations§
impl Freeze for WordlistSpec
impl RefUnwindSafe for WordlistSpec
impl Send for WordlistSpec
impl Sync for WordlistSpec
impl Unpin for WordlistSpec
impl UnwindSafe for WordlistSpec
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