pub struct CountryCode<L>(pub L);Tuple Fields
0: LTrait Implementations
sourceimpl<L: Data> Dummy<CountryCode<L>> for String
 
impl<L: Data> Dummy<CountryCode<L>> for String
fn dummy_with_rng<R: Rng + ?Sized>(_: &CountryCode<L>, rng: &mut R) -> Self
fn dummy(config: &T) -> Self
sourceimpl<L: Data> Dummy<CountryCode<L>> for &str
 
impl<L: Data> Dummy<CountryCode<L>> for &str
fn dummy_with_rng<R: Rng + ?Sized>(_: &CountryCode<L>, rng: &mut R) -> Self
fn dummy(config: &T) -> Self
Auto Trait Implementations
impl<L> RefUnwindSafe for CountryCode<L> where
    L: RefUnwindSafe, 
impl<L> Send for CountryCode<L> where
    L: Send, 
impl<L> Sync for CountryCode<L> where
    L: Sync, 
impl<L> Unpin for CountryCode<L> where
    L: Unpin, 
impl<L> UnwindSafe for CountryCode<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