Struct imessage_database::message_types::edited::EditedEvent
source · pub struct EditedEvent {
pub date: i64,
pub text: String,
pub guid: Option<String>,
}Expand description
Represents a single edit event for a message part
Fields§
§date: i64The date the message part was edited
text: StringThe content of the edited message part deserialized from the typedstream format
guid: Option<String>A GUID reference to another message
Trait Implementations§
source§impl Debug for EditedEvent
impl Debug for EditedEvent
source§impl PartialEq for EditedEvent
impl PartialEq for EditedEvent
impl Eq for EditedEvent
impl StructuralPartialEq for EditedEvent
Auto Trait Implementations§
impl Freeze for EditedEvent
impl RefUnwindSafe for EditedEvent
impl Send for EditedEvent
impl Sync for EditedEvent
impl Unpin for EditedEvent
impl UnwindSafe for EditedEvent
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.