pub struct ProprietaryAgent4 {
pub tp: String,
pub agt: BranchAndFinancialInstitutionIdentification6,
}Fields§
§tp: String§agt: BranchAndFinancialInstitutionIdentification6Implementations§
Source§impl ProprietaryAgent4
impl ProprietaryAgent4
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for ProprietaryAgent4
impl Clone for ProprietaryAgent4
Source§fn clone(&self) -> ProprietaryAgent4
fn clone(&self) -> ProprietaryAgent4
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 ProprietaryAgent4
impl Debug for ProprietaryAgent4
Source§impl Default for ProprietaryAgent4
impl Default for ProprietaryAgent4
Source§fn default() -> ProprietaryAgent4
fn default() -> ProprietaryAgent4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProprietaryAgent4
impl<'de> Deserialize<'de> for ProprietaryAgent4
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
Source§impl PartialEq for ProprietaryAgent4
impl PartialEq for ProprietaryAgent4
Source§impl Serialize for ProprietaryAgent4
impl Serialize for ProprietaryAgent4
impl StructuralPartialEq for ProprietaryAgent4
Auto Trait Implementations§
impl Freeze for ProprietaryAgent4
impl RefUnwindSafe for ProprietaryAgent4
impl Send for ProprietaryAgent4
impl Sync for ProprietaryAgent4
impl Unpin for ProprietaryAgent4
impl UnwindSafe for ProprietaryAgent4
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