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