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