pub struct countryOrRegion;
Trait Implementations§
Source§impl Field for countryOrRegion
impl Field for countryOrRegion
impl HasInputField<countryOrRegion, Option<String>> for UpdateUserEAGDetailDataInput
Auto Trait Implementations§
impl Freeze for countryOrRegion
impl RefUnwindSafe for countryOrRegion
impl Send for countryOrRegion
impl Sync for countryOrRegion
impl Unpin for countryOrRegion
impl UnwindSafe for countryOrRegion
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