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