pub struct EcnStateUpdated {
pub old: Option<EcnState>,
pub new: EcnState,
}Fields§
§old: Option<EcnState>§new: EcnStateTrait Implementations§
Source§impl Clone for EcnStateUpdated
impl Clone for EcnStateUpdated
Source§fn clone(&self) -> EcnStateUpdated
fn clone(&self) -> EcnStateUpdated
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 EcnStateUpdated
impl Debug for EcnStateUpdated
Source§impl Default for EcnStateUpdated
impl Default for EcnStateUpdated
Source§fn default() -> EcnStateUpdated
fn default() -> EcnStateUpdated
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EcnStateUpdated
impl<'de> Deserialize<'de> for EcnStateUpdated
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 EcnStateUpdated
impl PartialEq for EcnStateUpdated
Source§impl Serialize for EcnStateUpdated
impl Serialize for EcnStateUpdated
impl StructuralPartialEq for EcnStateUpdated
Auto Trait Implementations§
impl Freeze for EcnStateUpdated
impl RefUnwindSafe for EcnStateUpdated
impl Send for EcnStateUpdated
impl Sync for EcnStateUpdated
impl Unpin for EcnStateUpdated
impl UnsafeUnpin for EcnStateUpdated
impl UnwindSafe for EcnStateUpdated
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