pub enum BooleanError {
UnableToConvertFromStr,
}
Variants§
UnableToConvertFromStr
Trait Implementations§
Source§impl Clone for BooleanError
impl Clone for BooleanError
Source§fn clone(&self) -> BooleanError
fn clone(&self) -> BooleanError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BooleanError
impl Debug for BooleanError
Source§impl Display for BooleanError
impl Display for BooleanError
Source§impl PartialEq for BooleanError
impl PartialEq for BooleanError
impl Eq for BooleanError
impl StructuralPartialEq for BooleanError
Auto Trait Implementations§
impl Freeze for BooleanError
impl RefUnwindSafe for BooleanError
impl Send for BooleanError
impl Sync for BooleanError
impl Unpin for BooleanError
impl UnwindSafe for BooleanError
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