Struct patch::Range [] [src]

pub struct Range {
    pub start: u64,
    pub count: u64,
}

Fields

Trait Implementations

impl Debug for Range
[src]

[src]

Formats the value using the given formatter.

impl Eq for Range
[src]

impl PartialEq for Range
[src]

[src]

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

[src]

This method tests for !=.