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