pub struct FileTypeDocument {}Expand description
The file is a document
Trait Implementations§
Source§impl Clone for FileTypeDocument
 
impl Clone for FileTypeDocument
Source§fn clone(&self) -> FileTypeDocument
 
fn clone(&self) -> FileTypeDocument
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 FileTypeDocument
 
impl Debug for FileTypeDocument
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
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