Struct redmine_api::api::uploads::UploadFileBuilder
source · [−]pub struct UploadFileBuilder<'a> { /* private fields */ }
Expand description
Builder for UploadFile
.
Implementations
the actual file to send to Redmine
the filename to send to Redmine, if not set it will be taken from the file
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for UploadFileBuilder<'a>
impl<'a> Send for UploadFileBuilder<'a>
impl<'a> Sync for UploadFileBuilder<'a>
impl<'a> Unpin for UploadFileBuilder<'a>
impl<'a> UnwindSafe for UploadFileBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more