pub struct BillingMethod1Choice {
pub mtd_a: Option<BillingMethod1>,
pub mtd_b: Option<BillingMethod2>,
pub mtd_d: Option<BillingMethod3>,
}Fields§
§mtd_a: Option<BillingMethod1>§mtd_b: Option<BillingMethod2>§mtd_d: Option<BillingMethod3>Implementations§
Source§impl BillingMethod1Choice
impl BillingMethod1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingMethod1Choice
impl RefUnwindSafe for BillingMethod1Choice
impl Send for BillingMethod1Choice
impl Sync for BillingMethod1Choice
impl Unpin for BillingMethod1Choice
impl UnwindSafe for BillingMethod1Choice
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