pub enum ExpansionErrorKind {
DivisionByZero,
UnsetVariable,
ParameterError,
InvalidArithmetic,
}Variants§
Trait Implementations§
Source§impl Clone for ExpansionErrorKind
impl Clone for ExpansionErrorKind
Source§fn clone(&self) -> ExpansionErrorKind
fn clone(&self) -> ExpansionErrorKind
Returns a duplicate 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 ExpansionErrorKind
impl Debug for ExpansionErrorKind
Source§impl PartialEq for ExpansionErrorKind
impl PartialEq for ExpansionErrorKind
impl Copy for ExpansionErrorKind
impl StructuralPartialEq for ExpansionErrorKind
Auto Trait Implementations§
impl Freeze for ExpansionErrorKind
impl RefUnwindSafe for ExpansionErrorKind
impl Send for ExpansionErrorKind
impl Sync for ExpansionErrorKind
impl Unpin for ExpansionErrorKind
impl UnsafeUnpin for ExpansionErrorKind
impl UnwindSafe for ExpansionErrorKind
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