pub struct StaggerAxisError {
pub str_found: String,
}Expand description
An error arising from trying to parse an StaggerAxis that is not valid.
Fields§
§str_found: StringThe invalid string found.
Trait Implementations§
Source§impl Debug for StaggerAxisError
impl Debug for StaggerAxisError
Auto Trait Implementations§
impl Freeze for StaggerAxisError
impl RefUnwindSafe for StaggerAxisError
impl Send for StaggerAxisError
impl Sync for StaggerAxisError
impl Unpin for StaggerAxisError
impl UnwindSafe for StaggerAxisError
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