Struct mongodb_gridfs::options::GridFSUploadOptions [−][src]
pub struct GridFSUploadOptions { /* fields omitted */ }
Expand description
Implementations
Create a builder for building GridFSUploadOptions
.
On the builder, call .chunk_size_bytes(...)
(optional), .metadata(...)
(optional), .content_type(...)
(optional), .aliases(...)
(optional), .progress_tick(...)
(optional) to set the values of the fields.
Finally, call .build()
to create the instance of GridFSUploadOptions
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for GridFSUploadOptions
impl Send for GridFSUploadOptions
impl Sync for GridFSUploadOptions
impl Unpin for GridFSUploadOptions
impl !UnwindSafe for GridFSUploadOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self