Struct mongodb_gridfs::options::GridFSUploadOptions [−][src]
pub struct GridFSUploadOptions<'a> { /* 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<'a> !RefUnwindSafe for GridFSUploadOptions<'a>impl<'a> !Send for GridFSUploadOptions<'a>impl<'a> !Sync for GridFSUploadOptions<'a>impl<'a> Unpin for GridFSUploadOptions<'a>impl<'a> !UnwindSafe for GridFSUploadOptions<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V