Struct mongodb::db::options::CreateCollectionOptions [] [src]

pub struct CreateCollectionOptions {
    pub capped: bool,
    pub auto_index_id: bool,
    pub size: Option<i64>,
    pub max: Option<i64>,
    pub use_power_of_two_sizes: bool,
    pub no_padding: bool,
}

Fields

Methods

impl CreateCollectionOptions
[src]