pub struct SlackApiFilesRemoteUpdateRequest {
    pub external_id: Option<String>,
    pub external_url: Option<String>,
    pub file: Option<String>,
    pub filetype: Option<String>,
    pub indexable_file_contents: Option<String>,
    pub preview_image: Option<String>,
    pub title: Option<String>,
}Fields§
§external_id: Option<String>§external_url: Option<String>§file: Option<String>§filetype: Option<String>§indexable_file_contents: Option<String>§preview_image: Option<String>§title: Option<String>Trait Implementations§
source§impl Clone for SlackApiFilesRemoteUpdateRequest
 
impl Clone for SlackApiFilesRemoteUpdateRequest
source§fn clone(&self) -> SlackApiFilesRemoteUpdateRequest
 
fn clone(&self) -> SlackApiFilesRemoteUpdateRequest
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 Default for SlackApiFilesRemoteUpdateRequest
 
impl Default for SlackApiFilesRemoteUpdateRequest
source§fn default() -> SlackApiFilesRemoteUpdateRequest
 
fn default() -> SlackApiFilesRemoteUpdateRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SlackApiFilesRemoteUpdateRequest
 
impl<'de> Deserialize<'de> for SlackApiFilesRemoteUpdateRequest
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
Auto Trait Implementations§
impl RefUnwindSafe for SlackApiFilesRemoteUpdateRequest
impl Send for SlackApiFilesRemoteUpdateRequest
impl Sync for SlackApiFilesRemoteUpdateRequest
impl Unpin for SlackApiFilesRemoteUpdateRequest
impl UnwindSafe for SlackApiFilesRemoteUpdateRequest
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