pub struct HistoryLabelChanged {
pub message: MessageRef,
pub label_ids: Vec<String>,
}Expand description
A label-change event in a history record.
Fields§
§message: MessageRefThe message whose labels changed.
label_ids: Vec<String>The label ids that were added or removed.
Trait Implementations§
Source§impl Clone for HistoryLabelChanged
impl Clone for HistoryLabelChanged
Source§fn clone(&self) -> HistoryLabelChanged
fn clone(&self) -> HistoryLabelChanged
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HistoryLabelChanged
impl Debug for HistoryLabelChanged
Source§impl Default for HistoryLabelChanged
impl Default for HistoryLabelChanged
Source§fn default() -> HistoryLabelChanged
fn default() -> HistoryLabelChanged
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HistoryLabelChanged
impl<'de> Deserialize<'de> for HistoryLabelChanged
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
impl Eq for HistoryLabelChanged
Source§impl PartialEq for HistoryLabelChanged
impl PartialEq for HistoryLabelChanged
Source§impl Serialize for HistoryLabelChanged
impl Serialize for HistoryLabelChanged
impl StructuralPartialEq for HistoryLabelChanged
Auto Trait Implementations§
impl Freeze for HistoryLabelChanged
impl RefUnwindSafe for HistoryLabelChanged
impl Send for HistoryLabelChanged
impl Sync for HistoryLabelChanged
impl Unpin for HistoryLabelChanged
impl UnsafeUnpin for HistoryLabelChanged
impl UnwindSafe for HistoryLabelChanged
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.