Struct hash_roll::bup::Bup [] [src]

pub struct Bup { /* fields omitted */ }

Trait Implementations

impl Clone for Bup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bup
[src]

Formats the value using the given formatter.

impl Eq for Bup
[src]

impl PartialEq for Bup
[src]

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

This method tests for !=.

impl Default for Bup
[src]

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

impl Splitter for Bup
[src]

Find the location (if any) to split data based on this splitter. Read more

Return chunks from a given iterator, split according to the splitter used. Read more

Split data into 2 pieces using a given splitter. Read more

Create an iterator over slices from a slice and a splitter. The splitter is consumed. Read more

Create an iterator of Vec<u8> from an input Iterator of bytes. The splitter is consumed. Read more