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