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