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