pub struct StateUpdated {
pub state: State,
}Fields§
§state: StateTrait Implementations§
Source§impl Clone for StateUpdated
impl Clone for StateUpdated
Source§fn clone(&self) -> StateUpdated
fn clone(&self) -> StateUpdated
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 StateUpdated
impl Debug for StateUpdated
Source§impl<'de> Deserialize<'de> for StateUpdated
impl<'de> Deserialize<'de> for StateUpdated
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 StateUpdated
Source§impl From<StateUpdated> for StateUpdated
impl From<StateUpdated> for StateUpdated
Source§fn from(value: StateUpdated) -> Self
fn from(value: StateUpdated) -> Self
Converts to this type from the input type.
Source§impl From<StateUpdated> for StateUpdated
impl From<StateUpdated> for StateUpdated
Source§fn from(value: StateUpdated) -> Self
fn from(value: StateUpdated) -> Self
Converts to this type from the input type.
Source§impl Hash for StateUpdated
impl Hash for StateUpdated
Source§impl PartialEq for StateUpdated
impl PartialEq for StateUpdated
Source§fn eq(&self, other: &StateUpdated) -> bool
fn eq(&self, other: &StateUpdated) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StateUpdated
impl Serialize for StateUpdated
impl StructuralPartialEq for StateUpdated
Auto Trait Implementations§
impl Freeze for StateUpdated
impl RefUnwindSafe for StateUpdated
impl Send for StateUpdated
impl Sync for StateUpdated
impl Unpin for StateUpdated
impl UnsafeUnpin for StateUpdated
impl UnwindSafe for StateUpdated
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