pub enum GridError {
ParseError(String),
}Variants§
Trait Implementations§
impl Eq for GridError
impl StructuralPartialEq for GridError
Auto Trait Implementations§
impl Freeze for GridError
impl RefUnwindSafe for GridError
impl Send for GridError
impl Sync for GridError
impl Unpin for GridError
impl UnwindSafe for GridError
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