pub struct FmtXmlError {
pub error: String,
pub position: FilePosition,
}
Expand description
Formatted error message token.
Fields§
§error: String
§position: FilePosition
Trait Implementations§
Source§impl Debug for FmtXmlError
impl Debug for FmtXmlError
Source§impl Default for FmtXmlError
impl Default for FmtXmlError
Source§fn default() -> FmtXmlError
fn default() -> FmtXmlError
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FmtXmlError
impl RefUnwindSafe for FmtXmlError
impl Send for FmtXmlError
impl Sync for FmtXmlError
impl Unpin for FmtXmlError
impl UnwindSafe for FmtXmlError
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