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