#[repr(transparent)]pub struct PaymentShippingType(pub i32);
Expand description
Required features: "ApplicationModel_Payments"
Tuple Fields
0: i32
Implementations
impl PaymentShippingType
impl PaymentShippingType
Trait Implementations
impl Clone for PaymentShippingType
impl Clone for PaymentShippingType
impl Copy for PaymentShippingType
Auto Trait Implementations
impl RefUnwindSafe for PaymentShippingType
impl Send for PaymentShippingType
impl Sync for PaymentShippingType
impl Unpin for PaymentShippingType
impl UnwindSafe for PaymentShippingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more