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