#[non_exhaustive]pub struct QueryCompileErrorLocation { /* private fields */ }Expand description
Reserved.
Implementations§
source§impl QueryCompileErrorLocation
impl QueryCompileErrorLocation
sourcepub fn start_char_offset(&self) -> Option<i32>
pub fn start_char_offset(&self) -> Option<i32>
Reserved.
sourcepub fn end_char_offset(&self) -> Option<i32>
pub fn end_char_offset(&self) -> Option<i32>
Reserved.
source§impl QueryCompileErrorLocation
impl QueryCompileErrorLocation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryCompileErrorLocation.
Trait Implementations§
source§impl Clone for QueryCompileErrorLocation
impl Clone for QueryCompileErrorLocation
source§fn clone(&self) -> QueryCompileErrorLocation
fn clone(&self) -> QueryCompileErrorLocation
Returns a copy 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 more