Struct sstable::options::ReadOptions [] [src]

pub struct ReadOptions {
    pub skip_bad_blocks: bool,
}

Fields

Trait Implementations

impl Clone for ReadOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ReadOptions
[src]

impl Default for ReadOptions
[src]

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