Enum Frmerr
pub enum Frmerr {
_0 = 0,
_1 = 1,
}Expand description
Form Error
Value on reset: 0
Variants§
Trait Implementations§
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