pub struct AttachmentView {
pub file_id: Box<str>,
pub dim: Option<(u32, u32)>,
pub local_variants: Option<Vec<Box<str>>>,
}Fields§
§file_id: Box<str>§dim: Option<(u32, u32)>§local_variants: Option<Vec<Box<str>>>Trait Implementations§
Source§impl Clone for AttachmentView
impl Clone for AttachmentView
Source§fn clone(&self) -> AttachmentView
fn clone(&self) -> AttachmentView
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 AttachmentView
impl Debug for AttachmentView
Auto Trait Implementations§
impl Freeze for AttachmentView
impl RefUnwindSafe for AttachmentView
impl Send for AttachmentView
impl Sync for AttachmentView
impl Unpin for AttachmentView
impl UnsafeUnpin for AttachmentView
impl UnwindSafe for AttachmentView
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