Struct redmine_api::api::uploads::FileUploadToken
source · pub struct FileUploadToken { /* private fields */ }
Expand description
return type for the UploadFile endpoint, there is not much point in making your own since it only has one field and if that is not used calling UploadFile is useless
Trait Implementations§
source§impl Debug for FileUploadToken
impl Debug for FileUploadToken
source§impl<'de> Deserialize<'de> for FileUploadToken
impl<'de> Deserialize<'de> for FileUploadToken
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for FileUploadToken
impl PartialEq for FileUploadToken
source§fn eq(&self, other: &FileUploadToken) -> bool
fn eq(&self, other: &FileUploadToken) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FileUploadToken
impl Serialize for FileUploadToken
impl Eq for FileUploadToken
impl StructuralPartialEq for FileUploadToken
Auto Trait Implementations§
impl RefUnwindSafe for FileUploadToken
impl Send for FileUploadToken
impl Sync for FileUploadToken
impl Unpin for FileUploadToken
impl UnwindSafe for FileUploadToken
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.