pub struct SlackApiFilesDeleteRequest {
pub file: SlackFileId,
}
Fields§
§file: SlackFileId
Implementations§
Source§impl SlackApiFilesDeleteRequest
impl SlackApiFilesDeleteRequest
pub fn new(file: SlackFileId) -> Self
pub fn file(&mut self, value: SlackFileId) -> &mut Self
pub fn with_file(self, value: SlackFileId) -> Self
Trait Implementations§
Source§impl Clone for SlackApiFilesDeleteRequest
impl Clone for SlackApiFilesDeleteRequest
Source§fn clone(&self) -> SlackApiFilesDeleteRequest
fn clone(&self) -> SlackApiFilesDeleteRequest
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 SlackApiFilesDeleteRequest
impl Debug for SlackApiFilesDeleteRequest
Source§impl<'de> Deserialize<'de> for SlackApiFilesDeleteRequest
impl<'de> Deserialize<'de> for SlackApiFilesDeleteRequest
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<SlackApiFilesDeleteRequestInit> for SlackApiFilesDeleteRequest
impl From<SlackApiFilesDeleteRequestInit> for SlackApiFilesDeleteRequest
Source§fn from(value: SlackApiFilesDeleteRequestInit) -> Self
fn from(value: SlackApiFilesDeleteRequestInit) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for SlackApiFilesDeleteRequest
Auto Trait Implementations§
impl Freeze for SlackApiFilesDeleteRequest
impl RefUnwindSafe for SlackApiFilesDeleteRequest
impl Send for SlackApiFilesDeleteRequest
impl Sync for SlackApiFilesDeleteRequest
impl Unpin for SlackApiFilesDeleteRequest
impl UnwindSafe for SlackApiFilesDeleteRequest
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