pub struct LinkPreviewTypeDocument {
pub document: Document,
}Expand description
The link is a link to a general file
Fields§
§document: DocumentThe document description
Trait Implementations§
Source§impl Clone for LinkPreviewTypeDocument
impl Clone for LinkPreviewTypeDocument
Source§fn clone(&self) -> LinkPreviewTypeDocument
fn clone(&self) -> LinkPreviewTypeDocument
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 LinkPreviewTypeDocument
impl Debug for LinkPreviewTypeDocument
Source§impl<'de> Deserialize<'de> for LinkPreviewTypeDocument
impl<'de> Deserialize<'de> for LinkPreviewTypeDocument
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 LinkPreviewTypeDocument
impl PartialEq for LinkPreviewTypeDocument
Source§impl Serialize for LinkPreviewTypeDocument
impl Serialize for LinkPreviewTypeDocument
impl StructuralPartialEq for LinkPreviewTypeDocument
Auto Trait Implementations§
impl Freeze for LinkPreviewTypeDocument
impl RefUnwindSafe for LinkPreviewTypeDocument
impl Send for LinkPreviewTypeDocument
impl Sync for LinkPreviewTypeDocument
impl Unpin for LinkPreviewTypeDocument
impl UnsafeUnpin for LinkPreviewTypeDocument
impl UnwindSafe for LinkPreviewTypeDocument
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