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]
fn clone(&self) -> InputEdit
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for InputEdit
[src]
impl Debug for InputEdit
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for InputEdit
[src]
fn eq(&self, __arg_0: &InputEdit) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &InputEdit) -> bool
[src]
This method tests for !=
.