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