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