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