Struct alpm_utils::config::ErrorLine
source · pub struct ErrorLine {
pub number: usize,
pub line: String,
}
Expand description
Error Line holds a line of text and the line number the line is from.
Fields§
§number: usize
The line number that the error occurred at
line: String
The full line containing the error
Implementations§
Trait Implementations§
source§impl Ord for ErrorLine
impl Ord for ErrorLine
source§impl PartialOrd for ErrorLine
impl PartialOrd for ErrorLine
impl Eq 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)