pub enum FltkFormErrorKind {
PropertyInexistent,
FailedToChangeData,
}
Variants§
Trait Implementations§
Source§impl Clone for FltkFormErrorKind
impl Clone for FltkFormErrorKind
Source§fn clone(&self) -> FltkFormErrorKind
fn clone(&self) -> FltkFormErrorKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FltkFormErrorKind
impl Debug for FltkFormErrorKind
Source§impl Hash for FltkFormErrorKind
impl Hash for FltkFormErrorKind
Source§impl Ord for FltkFormErrorKind
impl Ord for FltkFormErrorKind
Source§fn cmp(&self, other: &FltkFormErrorKind) -> Ordering
fn cmp(&self, other: &FltkFormErrorKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FltkFormErrorKind
impl PartialEq for FltkFormErrorKind
Source§impl PartialOrd for FltkFormErrorKind
impl PartialOrd for FltkFormErrorKind
impl Copy for FltkFormErrorKind
impl Eq for FltkFormErrorKind
impl StructuralPartialEq for FltkFormErrorKind
Auto Trait Implementations§
impl Freeze for FltkFormErrorKind
impl RefUnwindSafe for FltkFormErrorKind
impl Send for FltkFormErrorKind
impl Sync for FltkFormErrorKind
impl Unpin for FltkFormErrorKind
impl UnwindSafe for FltkFormErrorKind
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