pub struct IndeterminateError;
Expand description
Error result of bool::try_from(TriBool::Indeterminate)
Trait Implementations§
Source§impl Clone for IndeterminateError
impl Clone for IndeterminateError
Source§fn clone(&self) -> IndeterminateError
fn clone(&self) -> IndeterminateError
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 IndeterminateError
impl Debug for IndeterminateError
impl Copy for IndeterminateError
Auto Trait Implementations§
impl Freeze for IndeterminateError
impl RefUnwindSafe for IndeterminateError
impl Send for IndeterminateError
impl Sync for IndeterminateError
impl Unpin for IndeterminateError
impl UnwindSafe for IndeterminateError
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