pub struct ErrorLine {
pub message: String,
}Fields§
§message: StringImplementations§
Trait Implementations§
impl Eq for ErrorLine
Source§impl Ord for ErrorLine
impl Ord for ErrorLine
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ErrorLine
impl PartialOrd for ErrorLine
impl StructuralPartialEq for ErrorLine
Auto Trait Implementations§
impl Freeze for ErrorLine
impl RefUnwindSafe for ErrorLine
impl Send for ErrorLine
impl Sync for ErrorLine
impl Unpin for ErrorLine
impl UnsafeUnpin for ErrorLine
impl UnwindSafe for ErrorLine
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