pub enum PartyNatureType1Code {
CodeOTHR,
CodeNFIN,
CodeFIIN,
CodeCCPS,
}Variants§
Implementations§
Source§impl PartyNatureType1Code
impl PartyNatureType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyNatureType1Code
impl RefUnwindSafe for PartyNatureType1Code
impl Send for PartyNatureType1Code
impl Sync for PartyNatureType1Code
impl Unpin for PartyNatureType1Code
impl UnwindSafe for PartyNatureType1Code
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