Struct fake::StringFaker 
source · [−]pub struct StringFaker<L> { /* private fields */ }Implementations
Trait Implementations
sourceimpl<L> Dummy<StringFaker<L>> for String where
    usize: Dummy<L>, 
 
impl<L> Dummy<StringFaker<L>> for String where
    usize: Dummy<L>, 
fn dummy_with_rng<R: Rng + ?Sized>(config: &StringFaker<L>, rng: &mut R) -> Self
fn dummy(config: &T) -> Self
Auto Trait Implementations
impl<L> RefUnwindSafe for StringFaker<L> where
    L: RefUnwindSafe, 
impl<L> Send for StringFaker<L> where
    L: Send, 
impl<L> Sync for StringFaker<L> where
    L: Sync, 
impl<L> Unpin for StringFaker<L> where
    L: Unpin, 
impl<L> UnwindSafe for StringFaker<L> where
    L: UnwindSafe, 
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more