#[repr(u8)]pub enum Frmerr {
FORM_ERROR_NO = 0,
FORM_ERROR_YES = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Frmerr
impl Ord for Frmerr
Source§impl PartialOrd for Frmerr
impl PartialOrd for Frmerr
impl Copy for Frmerr
impl Eq for Frmerr
impl StructuralPartialEq for Frmerr
Auto Trait Implementations§
impl Freeze for Frmerr
impl RefUnwindSafe for Frmerr
impl Send for Frmerr
impl Sync for Frmerr
impl Unpin for Frmerr
impl UnwindSafe for Frmerr
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