pub struct MigrationStateUpdated {
pub old: Option<MigrationState>,
pub new: MigrationState,
pub tuple_id: Option<String>,
pub tuple_remote: Option<TupleEndpointInfo>,
pub tuple_local: Option<TupleEndpointInfo>,
}Fields§
§old: Option<MigrationState>§new: MigrationState§tuple_id: Option<String>§tuple_remote: Option<TupleEndpointInfo>§tuple_local: Option<TupleEndpointInfo>Trait Implementations§
Source§impl Clone for MigrationStateUpdated
impl Clone for MigrationStateUpdated
Source§fn clone(&self) -> MigrationStateUpdated
fn clone(&self) -> MigrationStateUpdated
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 MigrationStateUpdated
impl Debug for MigrationStateUpdated
Source§impl Default for MigrationStateUpdated
impl Default for MigrationStateUpdated
Source§fn default() -> MigrationStateUpdated
fn default() -> MigrationStateUpdated
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MigrationStateUpdated
impl<'de> Deserialize<'de> for MigrationStateUpdated
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 MigrationStateUpdated
impl PartialEq for MigrationStateUpdated
Source§impl Serialize for MigrationStateUpdated
impl Serialize for MigrationStateUpdated
impl Eq for MigrationStateUpdated
impl StructuralPartialEq for MigrationStateUpdated
Auto Trait Implementations§
impl Freeze for MigrationStateUpdated
impl RefUnwindSafe for MigrationStateUpdated
impl Send for MigrationStateUpdated
impl Sync for MigrationStateUpdated
impl Unpin for MigrationStateUpdated
impl UnsafeUnpin for MigrationStateUpdated
impl UnwindSafe for MigrationStateUpdated
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.