pub enum EditStatus {
Edited,
Unsent,
Original,
}Expand description
The type of edit performed to a message body part
Variants§
Edited
The content of the message body part was altered
Unsent
The content of the message body part was unsent
Original
The content of the message body part was not changed
Trait Implementations§
source§impl Debug for EditStatus
impl Debug for EditStatus
source§impl PartialEq for EditStatus
impl PartialEq for EditStatus
impl Eq for EditStatus
impl StructuralPartialEq for EditStatus
Auto Trait Implementations§
impl Freeze for EditStatus
impl RefUnwindSafe for EditStatus
impl Send for EditStatus
impl Sync for EditStatus
impl Unpin for EditStatus
impl UnwindSafe for EditStatus
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.