pub struct FileTypeDocument { /* private fields */ }
Expand description
The file is a document
Implementations§
Trait Implementations§
Source§impl AsRef<FileTypeDocument> for FileTypeDocument
impl AsRef<FileTypeDocument> for FileTypeDocument
Source§fn as_ref(&self) -> &FileTypeDocument
fn as_ref(&self) -> &FileTypeDocument
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for FileTypeDocument
impl Clone for FileTypeDocument
Source§fn clone(&self) -> FileTypeDocument
fn clone(&self) -> FileTypeDocument
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 FileTypeDocument
impl Debug for FileTypeDocument
Source§impl Default for FileTypeDocument
impl Default for FileTypeDocument
Source§fn default() -> FileTypeDocument
fn default() -> FileTypeDocument
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileTypeDocument
impl<'de> Deserialize<'de> for FileTypeDocument
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 Serialize for FileTypeDocument
impl Serialize for FileTypeDocument
impl TDFileType for FileTypeDocument
Auto Trait Implementations§
impl Freeze for FileTypeDocument
impl RefUnwindSafe for FileTypeDocument
impl Send for FileTypeDocument
impl Sync for FileTypeDocument
impl Unpin for FileTypeDocument
impl UnwindSafe for FileTypeDocument
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