pub struct MessageObject_Attachments {
pub file_id: Option<String>,
pub tools: Option<Vec<MessageObject_Attachments_Tools>>,
}
Fields§
§file_id: Option<String>
The ID of the file to attach to the message.
tools: Option<Vec<MessageObject_Attachments_Tools>>
The tools to add this file to.
Trait Implementations§
Source§impl Clone for MessageObject_Attachments
impl Clone for MessageObject_Attachments
Source§fn clone(&self) -> MessageObject_Attachments
fn clone(&self) -> MessageObject_Attachments
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 MessageObject_Attachments
impl Debug for MessageObject_Attachments
Source§impl Default for MessageObject_Attachments
impl Default for MessageObject_Attachments
Source§fn default() -> MessageObject_Attachments
fn default() -> MessageObject_Attachments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MessageObject_Attachments
impl RefUnwindSafe for MessageObject_Attachments
impl Send for MessageObject_Attachments
impl Sync for MessageObject_Attachments
impl Unpin for MessageObject_Attachments
impl UnwindSafe for MessageObject_Attachments
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