pub struct QueryCompileErrorLocation {
pub end_char_offset: Option<i64>,
pub start_char_offset: Option<i64>,
}Expand description
Reserved.
Fields§
§end_char_offset: Option<i64>Reserved.
start_char_offset: Option<i64>Reserved.
Trait Implementations§
Source§impl Clone for QueryCompileErrorLocation
impl Clone for QueryCompileErrorLocation
Source§fn clone(&self) -> QueryCompileErrorLocation
fn clone(&self) -> QueryCompileErrorLocation
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 QueryCompileErrorLocation
impl Debug for QueryCompileErrorLocation
Source§impl Default for QueryCompileErrorLocation
impl Default for QueryCompileErrorLocation
Source§fn default() -> QueryCompileErrorLocation
fn default() -> QueryCompileErrorLocation
Returns the “default value” for a type. Read more
impl StructuralPartialEq for QueryCompileErrorLocation
Auto Trait Implementations§
impl Freeze for QueryCompileErrorLocation
impl RefUnwindSafe for QueryCompileErrorLocation
impl Send for QueryCompileErrorLocation
impl Sync for QueryCompileErrorLocation
impl Unpin for QueryCompileErrorLocation
impl UnwindSafe for QueryCompileErrorLocation
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