pub struct ParticipantsIdentification {
pub originator: Option<Identification>,
pub beneficiary: Option<Identification>,
}Expand description
ParticipantsIdentification : KYC/AML participant identification
Fields§
§originator: Option<Identification>§beneficiary: Option<Identification>Implementations§
Source§impl ParticipantsIdentification
impl ParticipantsIdentification
Sourcepub fn new() -> ParticipantsIdentification
pub fn new() -> ParticipantsIdentification
KYC/AML participant identification
Trait Implementations§
Source§impl Clone for ParticipantsIdentification
impl Clone for ParticipantsIdentification
Source§fn clone(&self) -> ParticipantsIdentification
fn clone(&self) -> ParticipantsIdentification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParticipantsIdentification
impl Debug for ParticipantsIdentification
Source§impl Default for ParticipantsIdentification
impl Default for ParticipantsIdentification
Source§fn default() -> ParticipantsIdentification
fn default() -> ParticipantsIdentification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ParticipantsIdentification
impl<'de> Deserialize<'de> for ParticipantsIdentification
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ParticipantsIdentification
Auto Trait Implementations§
impl Freeze for ParticipantsIdentification
impl RefUnwindSafe for ParticipantsIdentification
impl Send for ParticipantsIdentification
impl Sync for ParticipantsIdentification
impl Unpin for ParticipantsIdentification
impl UnwindSafe for ParticipantsIdentification
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