pub struct DiscordAttachment {
pub file_name: String,
}Expand description
Discord attachment structure.
Fields§
§file_name: StringTrait Implementations§
Source§impl Debug for DiscordAttachment
impl Debug for DiscordAttachment
Source§impl<'de> Deserialize<'de> for DiscordAttachment
impl<'de> Deserialize<'de> for DiscordAttachment
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 DiscordAttachment
impl RefUnwindSafe for DiscordAttachment
impl Send for DiscordAttachment
impl Sync for DiscordAttachment
impl Unpin for DiscordAttachment
impl UnwindSafe for DiscordAttachment
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