Struct rustsync::Delta [] [src]

pub struct Delta {
    pub blocks: Vec<Block>,
    pub window: usize,
}

The result of comparing two files

Fields

Description of the new file in terms of blocks.

Size of the window.

Trait Implementations

impl Default for Delta
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Delta
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Delta
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Delta

impl Sync for Delta