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