Struct tree_sitter::InputEdit [−][src]
pub struct InputEdit { pub start_byte: u32, pub old_end_byte: u32, pub new_end_byte: u32, pub start_position: Point, pub old_end_position: Point, pub new_end_position: Point, }
Fields
start_byte: u32
old_end_byte: u32
new_end_byte: u32
start_position: Point
old_end_position: Point
new_end_position: Point
Trait Implementations
impl Clone for InputEdit
[src]
impl Clone for InputEdit
fn clone(&self) -> InputEdit
[src]
fn clone(&self) -> InputEdit
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for InputEdit
[src]
impl Copy for InputEdit
impl Debug for InputEdit
[src]
impl Debug for InputEdit
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for InputEdit
[src]
impl PartialEq for InputEdit
fn eq(&self, other: &InputEdit) -> bool
[src]
fn eq(&self, other: &InputEdit) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &InputEdit) -> bool
[src]
fn ne(&self, other: &InputEdit) -> bool
This method tests for !=
.
impl Eq for InputEdit
[src]
impl Eq for InputEdit