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