Enum logic_long::LogicLongError
source · [−]Variants
InvalidTag(String)
InvalidLowID(u32)
Trait Implementations
sourceimpl Clone for LogicLongError
impl Clone for LogicLongError
sourcefn clone(&self) -> LogicLongError
fn clone(&self) -> LogicLongError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LogicLongError
impl Debug for LogicLongError
sourceimpl Display for LogicLongError
impl Display for LogicLongError
sourceimpl Error for LogicLongError
impl Error for LogicLongError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<LogicLongError> for LogicLongError
impl PartialEq<LogicLongError> for LogicLongError
sourcefn eq(&self, other: &LogicLongError) -> bool
fn eq(&self, other: &LogicLongError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for LogicLongError
impl StructuralEq for LogicLongError
impl StructuralPartialEq for LogicLongError
Auto Trait Implementations
impl RefUnwindSafe for LogicLongError
impl Send for LogicLongError
impl Sync for LogicLongError
impl Unpin for LogicLongError
impl UnwindSafe for LogicLongError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more