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