pub struct ReindexStateChange {
pub ticket_id: String,
pub previous_state: String,
pub state: String,
}Fields§
§ticket_id: String§previous_state: String§state: StringTrait Implementations§
Source§impl Clone for ReindexStateChange
impl Clone for ReindexStateChange
Source§fn clone(&self) -> ReindexStateChange
fn clone(&self) -> ReindexStateChange
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 ReindexStateChange
impl Debug for ReindexStateChange
impl Eq for ReindexStateChange
Source§impl PartialEq for ReindexStateChange
impl PartialEq for ReindexStateChange
impl StructuralPartialEq for ReindexStateChange
Auto Trait Implementations§
impl Freeze for ReindexStateChange
impl RefUnwindSafe for ReindexStateChange
impl Send for ReindexStateChange
impl Sync for ReindexStateChange
impl Unpin for ReindexStateChange
impl UnsafeUnpin for ReindexStateChange
impl UnwindSafe for ReindexStateChange
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,
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.