Struct slack_morphism::api::SlackApiFilesUploadResponse
source · pub struct SlackApiFilesUploadResponse {
pub file: SlackFile,
}
Fields§
§file: SlackFile
Implementations§
Trait Implementations§
source§impl Clone for SlackApiFilesUploadResponse
impl Clone for SlackApiFilesUploadResponse
source§fn clone(&self) -> SlackApiFilesUploadResponse
fn clone(&self) -> SlackApiFilesUploadResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SlackApiFilesUploadResponse
impl Debug for SlackApiFilesUploadResponse
source§impl<'de> Deserialize<'de> for SlackApiFilesUploadResponse
impl<'de> Deserialize<'de> for SlackApiFilesUploadResponse
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 From<SlackApiFilesUploadResponseInit> for SlackApiFilesUploadResponse
impl From<SlackApiFilesUploadResponseInit> for SlackApiFilesUploadResponse
source§fn from(value: SlackApiFilesUploadResponseInit) -> Self
fn from(value: SlackApiFilesUploadResponseInit) -> Self
Converts to this type from the input type.
source§impl PartialEq for SlackApiFilesUploadResponse
impl PartialEq for SlackApiFilesUploadResponse
source§fn eq(&self, other: &SlackApiFilesUploadResponse) -> bool
fn eq(&self, other: &SlackApiFilesUploadResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SlackApiFilesUploadResponse
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiFilesUploadResponse
impl Send for SlackApiFilesUploadResponse
impl Sync for SlackApiFilesUploadResponse
impl Unpin for SlackApiFilesUploadResponse
impl UnwindSafe for SlackApiFilesUploadResponse
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