pub struct SlackApiFilesRevokePublicUrlResponse {
pub ok: bool,
}Fields§
§ok: boolTrait Implementations§
Source§impl Clone for SlackApiFilesRevokePublicUrlResponse
impl Clone for SlackApiFilesRevokePublicUrlResponse
Source§fn clone(&self) -> SlackApiFilesRevokePublicUrlResponse
fn clone(&self) -> SlackApiFilesRevokePublicUrlResponse
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 Default for SlackApiFilesRevokePublicUrlResponse
impl Default for SlackApiFilesRevokePublicUrlResponse
Source§fn default() -> SlackApiFilesRevokePublicUrlResponse
fn default() -> SlackApiFilesRevokePublicUrlResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SlackApiFilesRevokePublicUrlResponse
impl<'de> Deserialize<'de> for SlackApiFilesRevokePublicUrlResponse
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 SlackApiFilesRevokePublicUrlResponse
impl RefUnwindSafe for SlackApiFilesRevokePublicUrlResponse
impl Send for SlackApiFilesRevokePublicUrlResponse
impl Sync for SlackApiFilesRevokePublicUrlResponse
impl Unpin for SlackApiFilesRevokePublicUrlResponse
impl UnwindSafe for SlackApiFilesRevokePublicUrlResponse
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