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