pub struct ParseRowError {
pub parsing: String,
pub inner: Vec<ParseButtonError>,
}Fields§
§parsing: String§inner: Vec<ParseButtonError>Trait Implementations§
Source§impl Clone for ParseRowError
impl Clone for ParseRowError
Source§fn clone(&self) -> ParseRowError
fn clone(&self) -> ParseRowError
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 ParseRowError
impl Debug for ParseRowError
Source§impl Display for ParseRowError
impl Display for ParseRowError
Source§impl PartialEq for ParseRowError
impl PartialEq for ParseRowError
impl Eq for ParseRowError
impl StructuralPartialEq for ParseRowError
Auto Trait Implementations§
impl Freeze for ParseRowError
impl RefUnwindSafe for ParseRowError
impl Send for ParseRowError
impl Sync for ParseRowError
impl Unpin for ParseRowError
impl UnwindSafe for ParseRowError
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