Enum rustsync::Block [] [src]

pub enum Block {
    FromSource(u64),
    Literal(Vec<u8>),
}

Variants

Trait Implementations

impl Debug for Block
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Block
[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 Block

impl Sync for Block