pub enum CellError {
DivZero,
Value,
Ref,
Circ,
Name,
Parse,
}Variants§
Trait Implementations§
impl StructuralPartialEq for CellError
Auto Trait Implementations§
impl Freeze for CellError
impl RefUnwindSafe for CellError
impl Send for CellError
impl Sync for CellError
impl Unpin for CellError
impl UnsafeUnpin for CellError
impl UnwindSafe for CellError
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