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