pub struct SubscribeChannel {
pub id: SubscriptionId,
pub channel_id: ChannelId,
}Fields§
§id: SubscriptionId§channel_id: ChannelIdTrait Implementations§
Source§impl Clone for SubscribeChannel
impl Clone for SubscribeChannel
Source§fn clone(&self) -> SubscribeChannel
fn clone(&self) -> SubscribeChannel
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 SubscribeChannel
impl Debug for SubscribeChannel
Source§impl<'de> Deserialize<'de> for SubscribeChannel
impl<'de> Deserialize<'de> for SubscribeChannel
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 SubscribeChannel
impl PartialEq for SubscribeChannel
Source§impl Serialize for SubscribeChannel
impl Serialize for SubscribeChannel
impl Eq for SubscribeChannel
impl StructuralPartialEq for SubscribeChannel
Auto Trait Implementations§
impl Freeze for SubscribeChannel
impl RefUnwindSafe for SubscribeChannel
impl Send for SubscribeChannel
impl Sync for SubscribeChannel
impl Unpin for SubscribeChannel
impl UnwindSafe for SubscribeChannel
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