Struct gitql_parser::diagnostic::GQLError
source · pub struct GQLError {
pub message: String,
pub location: Location,
}
Fields§
§message: String
§location: Location
Auto Trait Implementations§
impl RefUnwindSafe for GQLError
impl Send for GQLError
impl Sync for GQLError
impl Unpin for GQLError
impl UnwindSafe for GQLError
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