Struct konst::primitive::ParseBoolError
source · pub struct ParseBoolError { /* private fields */ }
Expand description
The error returned by bool-parsing methods.
Implementations§
Trait Implementations§
source§impl Clone for ParseBoolError
impl Clone for ParseBoolError
source§fn clone(&self) -> ParseBoolError
fn clone(&self) -> ParseBoolError
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 ParseBoolError
impl Debug for ParseBoolError
source§impl Display for ParseBoolError
impl Display for ParseBoolError
source§impl PartialEq for ParseBoolError
impl PartialEq for ParseBoolError
source§fn eq(&self, other: &ParseBoolError) -> bool
fn eq(&self, other: &ParseBoolError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParseBoolError
impl Eq for ParseBoolError
impl StructuralPartialEq for ParseBoolError
Auto Trait Implementations§
impl Freeze for ParseBoolError
impl RefUnwindSafe for ParseBoolError
impl Send for ParseBoolError
impl Sync for ParseBoolError
impl Unpin for ParseBoolError
impl UnwindSafe for ParseBoolError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)