pub struct SlackApiFilesRevokePublicUrlRequest {
pub channel: String,
pub file: String,
}Fields§
§channel: String§file: StringTrait Implementations§
Source§impl Clone for SlackApiFilesRevokePublicUrlRequest
impl Clone for SlackApiFilesRevokePublicUrlRequest
Source§fn clone(&self) -> SlackApiFilesRevokePublicUrlRequest
fn clone(&self) -> SlackApiFilesRevokePublicUrlRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SlackApiFilesRevokePublicUrlRequest
impl Default for SlackApiFilesRevokePublicUrlRequest
Source§fn default() -> SlackApiFilesRevokePublicUrlRequest
fn default() -> SlackApiFilesRevokePublicUrlRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlackApiFilesRevokePublicUrlRequest
impl<'de> Deserialize<'de> for SlackApiFilesRevokePublicUrlRequest
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 Freeze for SlackApiFilesRevokePublicUrlRequest
impl RefUnwindSafe for SlackApiFilesRevokePublicUrlRequest
impl Send for SlackApiFilesRevokePublicUrlRequest
impl Sync for SlackApiFilesRevokePublicUrlRequest
impl Unpin for SlackApiFilesRevokePublicUrlRequest
impl UnsafeUnpin for SlackApiFilesRevokePublicUrlRequest
impl UnwindSafe for SlackApiFilesRevokePublicUrlRequest
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