pub struct SlackApiFilesInfoResponse {
pub file: SlackFile,
}Fields§
§file: SlackFileImplementations§
Trait Implementations§
Source§impl Clone for SlackApiFilesInfoResponse
impl Clone for SlackApiFilesInfoResponse
Source§fn clone(&self) -> SlackApiFilesInfoResponse
fn clone(&self) -> SlackApiFilesInfoResponse
Returns a duplicate 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 SlackApiFilesInfoResponse
impl Debug for SlackApiFilesInfoResponse
Source§impl<'de> Deserialize<'de> for SlackApiFilesInfoResponse
impl<'de> Deserialize<'de> for SlackApiFilesInfoResponse
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<SlackApiFilesInfoResponseInit> for SlackApiFilesInfoResponse
impl From<SlackApiFilesInfoResponseInit> for SlackApiFilesInfoResponse
Source§fn from(value: SlackApiFilesInfoResponseInit) -> Self
fn from(value: SlackApiFilesInfoResponseInit) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SlackApiFilesInfoResponse
Auto Trait Implementations§
impl Freeze for SlackApiFilesInfoResponse
impl RefUnwindSafe for SlackApiFilesInfoResponse
impl Send for SlackApiFilesInfoResponse
impl Sync for SlackApiFilesInfoResponse
impl Unpin for SlackApiFilesInfoResponse
impl UnsafeUnpin for SlackApiFilesInfoResponse
impl UnwindSafe for SlackApiFilesInfoResponse
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