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

Trait Implementations

impl Clone for InputEdit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for InputEdit
[src]

impl Debug for InputEdit
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for InputEdit
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for InputEdit
[src]

Auto Trait Implementations

impl Send for InputEdit

impl Sync for InputEdit