Struct redmine_api::api::uploads::UploadFile
source · [−]pub struct UploadFile<'a> { /* private fields */ }
Expand description
endpoint to upload a file for use in either project files or issue attachments
the token it returns needs to be passed to one of those endpoints for the file to actually be visible anywhere in Redmine
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for UploadFile<'a>
impl<'a> Send for UploadFile<'a>
impl<'a> Sync for UploadFile<'a>
impl<'a> Unpin for UploadFile<'a>
impl<'a> UnwindSafe for UploadFile<'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