pub struct MessageFileTypePrivate {
pub name: String,
}
Expand description
The messages were exported from a private chat
Fields§
§name: String
Name of the other party; may be empty if unrecognized
Trait Implementations§
Source§impl Clone for MessageFileTypePrivate
impl Clone for MessageFileTypePrivate
Source§fn clone(&self) -> MessageFileTypePrivate
fn clone(&self) -> MessageFileTypePrivate
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 MessageFileTypePrivate
impl Debug for MessageFileTypePrivate
Source§impl Default for MessageFileTypePrivate
impl Default for MessageFileTypePrivate
Source§fn default() -> MessageFileTypePrivate
fn default() -> MessageFileTypePrivate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageFileTypePrivate
impl<'de> Deserialize<'de> for MessageFileTypePrivate
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 MessageFileTypePrivate
impl PartialEq for MessageFileTypePrivate
Source§impl Serialize for MessageFileTypePrivate
impl Serialize for MessageFileTypePrivate
impl StructuralPartialEq for MessageFileTypePrivate
Auto Trait Implementations§
impl Freeze for MessageFileTypePrivate
impl RefUnwindSafe for MessageFileTypePrivate
impl Send for MessageFileTypePrivate
impl Sync for MessageFileTypePrivate
impl Unpin for MessageFileTypePrivate
impl UnwindSafe for MessageFileTypePrivate
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