Struct fake::faker::administrative::raw::HealthInsuranceCode
source · [−]pub struct HealthInsuranceCode<L>(pub L);
Tuple Fields
0: L
Trait Implementations
sourceimpl Dummy<HealthInsuranceCode<FR_FR>> for String
impl Dummy<HealthInsuranceCode<FR_FR>> for String
fn dummy_with_rng<R: Rng + ?Sized>(
_: &HealthInsuranceCode<FR_FR>,
rng: &mut R
) -> Self
fn dummy(config: &T) -> Self
Auto Trait Implementations
impl<L> RefUnwindSafe for HealthInsuranceCode<L> where
L: RefUnwindSafe,
impl<L> Send for HealthInsuranceCode<L> where
L: Send,
impl<L> Sync for HealthInsuranceCode<L> where
L: Sync,
impl<L> Unpin for HealthInsuranceCode<L> where
L: Unpin,
impl<L> UnwindSafe for HealthInsuranceCode<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