Struct rust_tdlib::types::MessageFileTypeUnknown  
source · [−]pub struct MessageFileTypeUnknown { /* private fields */ }Expand description
The messages was exported from a chat of unknown type
Implementations
Trait Implementations
sourceimpl AsRef<MessageFileTypeUnknown> for MessageFileTypeUnknown
 
impl AsRef<MessageFileTypeUnknown> for MessageFileTypeUnknown
sourcefn as_ref(&self) -> &MessageFileTypeUnknown
 
fn as_ref(&self) -> &MessageFileTypeUnknown
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for MessageFileTypeUnknown
 
impl Clone for MessageFileTypeUnknown
sourcefn clone(&self) -> MessageFileTypeUnknown
 
fn clone(&self) -> MessageFileTypeUnknown
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for MessageFileTypeUnknown
 
impl Debug for MessageFileTypeUnknown
sourceimpl Default for MessageFileTypeUnknown
 
impl Default for MessageFileTypeUnknown
sourcefn default() -> MessageFileTypeUnknown
 
fn default() -> MessageFileTypeUnknown
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MessageFileTypeUnknown
 
impl<'de> Deserialize<'de> for MessageFileTypeUnknown
sourcefn 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
sourceimpl Serialize for MessageFileTypeUnknown
 
impl Serialize for MessageFileTypeUnknown
impl TDMessageFileType for MessageFileTypeUnknown
Auto Trait Implementations
impl RefUnwindSafe for MessageFileTypeUnknown
impl Send for MessageFileTypeUnknown
impl Sync for MessageFileTypeUnknown
impl Unpin for MessageFileTypeUnknown
impl UnwindSafe for MessageFileTypeUnknown
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more