pub enum StringGenerator {
}Variants§
Uuid
FirstName
LastName
FullName
Username
City
Country
CountryCode
Street
State
ZipCode
Latitude
Longitude
Phone
Format
Trait Implementations§
Source§impl Clone for StringGenerator
impl Clone for StringGenerator
Source§fn clone(&self) -> StringGenerator
fn clone(&self) -> StringGenerator
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 StringGenerator
impl RefUnwindSafe for StringGenerator
impl Send for StringGenerator
impl Sync for StringGenerator
impl Unpin for StringGenerator
impl UnwindSafe for StringGenerator
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