pub struct ChannelUpdate(pub Channel);Tuple Fields§
§0: ChannelTrait Implementations§
Source§impl Clone for ChannelUpdate
impl Clone for ChannelUpdate
Source§fn clone(&self) -> ChannelUpdate
fn clone(&self) -> ChannelUpdate
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 ChannelUpdate
impl Debug for ChannelUpdate
Source§impl Deref for ChannelUpdate
impl Deref for ChannelUpdate
Source§impl DerefMut for ChannelUpdate
impl DerefMut for ChannelUpdate
Source§impl<'de> Deserialize<'de> for ChannelUpdate
impl<'de> Deserialize<'de> for ChannelUpdate
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ChannelUpdate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ChannelUpdate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<State, F, Fut, Res> EventHandlerHandler<State, ChannelUpdate> for Fwhere
State: StateBound,
F: Fn(EventContext<State, ChannelUpdate>) -> Fut + Send + Sync + 'static,
Fut: Future<Output = Res> + Send + 'static,
Res: IntoEventResult,
impl<State, F, Fut, Res> EventHandlerHandler<State, ChannelUpdate> for Fwhere
State: StateBound,
F: Fn(EventContext<State, ChannelUpdate>) -> Fut + Send + Sync + 'static,
Fut: Future<Output = Res> + Send + 'static,
Res: IntoEventResult,
fn handle( &self, ctx: EventContext<State, ChannelUpdate>, ) -> DynFuture<'_, EventResult>
Source§impl Hash for ChannelUpdate
impl Hash for ChannelUpdate
Source§impl PartialEq for ChannelUpdate
impl PartialEq for ChannelUpdate
Source§impl Serialize for ChannelUpdate
impl Serialize for ChannelUpdate
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for ChannelUpdate
impl StructuralPartialEq for ChannelUpdate
Auto Trait Implementations§
impl Freeze for ChannelUpdate
impl RefUnwindSafe for ChannelUpdate
impl Send for ChannelUpdate
impl Sync for ChannelUpdate
impl Unpin for ChannelUpdate
impl UnsafeUnpin for ChannelUpdate
impl UnwindSafe for ChannelUpdate
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.