pub struct Charges4Choice {
pub sngl: Option<ChargesRecord10>,
pub per_tx: Option<ChargesPerTransaction4>,
pub per_tp: Option<Vec<ChargesPerType4>>,
}Fields§
§sngl: Option<ChargesRecord10>§per_tx: Option<ChargesPerTransaction4>§per_tp: Option<Vec<ChargesPerType4>>Implementations§
Source§impl Charges4Choice
impl Charges4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Charges4Choice
impl RefUnwindSafe for Charges4Choice
impl Send for Charges4Choice
impl Sync for Charges4Choice
impl Unpin for Charges4Choice
impl UnwindSafe for Charges4Choice
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