pub struct ErrorElement {
pub span: Span,
pub value: String,
}Expand description
에러 요소 (파싱 실패한 내용)
Fields§
§span: Span§value: StringTrait Implementations§
Source§impl Clone for ErrorElement
impl Clone for ErrorElement
Source§fn clone(&self) -> ErrorElement
fn clone(&self) -> ErrorElement
Returns a duplicate 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 ErrorElement
impl Debug for ErrorElement
Auto Trait Implementations§
impl Freeze for ErrorElement
impl RefUnwindSafe for ErrorElement
impl Send for ErrorElement
impl Sync for ErrorElement
impl Unpin for ErrorElement
impl UnwindSafe for ErrorElement
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