pub struct countryCodes;Trait Implementations§
Source§impl Field for countryCodes
impl Field for countryCodes
Auto Trait Implementations§
impl Freeze for countryCodes
impl RefUnwindSafe for countryCodes
impl Send for countryCodes
impl Sync for countryCodes
impl Unpin for countryCodes
impl UnwindSafe for countryCodes
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