Struct rocket_static_fs::OptionsBuilder[][src]

pub struct OptionsBuilder { /* fields omitted */ }

Methods

impl OptionsBuilder
[src]

Trait Implementations

impl Clone for OptionsBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<Options> for OptionsBuilder
[src]

Performs the conversion.

Auto Trait Implementations