pub struct BillingCompensationType1Choice {
pub cd: Option<String>,
pub prtry: Option<String>,
}Fields§
§cd: Option<String>§prtry: Option<String>Implementations§
Source§impl BillingCompensationType1Choice
impl BillingCompensationType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BillingCompensationType1Choice
impl RefUnwindSafe for BillingCompensationType1Choice
impl Send for BillingCompensationType1Choice
impl Sync for BillingCompensationType1Choice
impl Unpin for BillingCompensationType1Choice
impl UnwindSafe for BillingCompensationType1Choice
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