pub struct PartyIdentificationAndAccount96 {
pub pty_id: PartyIdentification64,
pub acct_id: AccountIdentification26,
}Fields§
§pty_id: PartyIdentification64§acct_id: AccountIdentification26Implementations§
Source§impl PartyIdentificationAndAccount96
impl PartyIdentificationAndAccount96
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyIdentificationAndAccount96
impl RefUnwindSafe for PartyIdentificationAndAccount96
impl Send for PartyIdentificationAndAccount96
impl Sync for PartyIdentificationAndAccount96
impl Unpin for PartyIdentificationAndAccount96
impl UnwindSafe for PartyIdentificationAndAccount96
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