pub struct AttachmentArchiveEntry {
pub abbreviated_name: Option<String>,
pub entry_index: Option<i64>,
pub media_type: Option<String>,
pub name: Option<String>,
pub size: Option<i64>,
}
Fields§
§abbreviated_name: Option<String>
§entry_index: Option<i64>
§media_type: Option<String>
§name: Option<String>
§size: Option<i64>
Implementations§
Source§impl AttachmentArchiveEntry
impl AttachmentArchiveEntry
pub fn new() -> AttachmentArchiveEntry
Trait Implementations§
Source§impl Clone for AttachmentArchiveEntry
impl Clone for AttachmentArchiveEntry
Source§fn clone(&self) -> AttachmentArchiveEntry
fn clone(&self) -> AttachmentArchiveEntry
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 Debug for AttachmentArchiveEntry
impl Debug for AttachmentArchiveEntry
Source§impl Default for AttachmentArchiveEntry
impl Default for AttachmentArchiveEntry
Source§fn default() -> AttachmentArchiveEntry
fn default() -> AttachmentArchiveEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachmentArchiveEntry
impl<'de> Deserialize<'de> for AttachmentArchiveEntry
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 PartialEq for AttachmentArchiveEntry
impl PartialEq for AttachmentArchiveEntry
Source§impl Serialize for AttachmentArchiveEntry
impl Serialize for AttachmentArchiveEntry
impl StructuralPartialEq for AttachmentArchiveEntry
Auto Trait Implementations§
impl Freeze for AttachmentArchiveEntry
impl RefUnwindSafe for AttachmentArchiveEntry
impl Send for AttachmentArchiveEntry
impl Sync for AttachmentArchiveEntry
impl Unpin for AttachmentArchiveEntry
impl UnwindSafe for AttachmentArchiveEntry
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