pub struct ContextChangedEvent {
pub params: ContextChangedEventParams,
}Fields§
§params: ContextChangedEventParamsTrait Implementations§
Source§impl Clone for ContextChangedEvent
impl Clone for ContextChangedEvent
Source§fn clone(&self) -> ContextChangedEvent
fn clone(&self) -> ContextChangedEvent
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 ContextChangedEvent
impl Debug for ContextChangedEvent
Source§impl<'de> Deserialize<'de> for ContextChangedEvent
impl<'de> Deserialize<'de> for ContextChangedEvent
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 ContextChangedEvent
impl PartialEq for ContextChangedEvent
Source§impl Serialize for ContextChangedEvent
impl Serialize for ContextChangedEvent
impl StructuralPartialEq for ContextChangedEvent
Auto Trait Implementations§
impl Freeze for ContextChangedEvent
impl RefUnwindSafe for ContextChangedEvent
impl Send for ContextChangedEvent
impl Sync for ContextChangedEvent
impl Unpin for ContextChangedEvent
impl UnwindSafe for ContextChangedEvent
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