pub struct ReferredAgent3 {
pub rfrd: Referred1Code,
pub rfrd_plcmnt_agt: Option<PartyIdentification125Choice>,
}Fields§
§rfrd: Referred1Code§rfrd_plcmnt_agt: Option<PartyIdentification125Choice>Implementations§
Source§impl ReferredAgent3
impl ReferredAgent3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReferredAgent3
impl RefUnwindSafe for ReferredAgent3
impl Send for ReferredAgent3
impl Sync for ReferredAgent3
impl Unpin for ReferredAgent3
impl UnwindSafe for ReferredAgent3
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