pub struct Unsubscribe {
pub subscription_ids: Vec<SubscriptionId>,
}Fields§
§subscription_ids: Vec<SubscriptionId>Implementations§
Source§impl Unsubscribe
impl Unsubscribe
pub fn into_message(self) -> DigitalisResult<Message>
Trait Implementations§
Source§impl Clone for Unsubscribe
impl Clone for Unsubscribe
Source§fn clone(&self) -> Unsubscribe
fn clone(&self) -> Unsubscribe
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 Unsubscribe
impl Debug for Unsubscribe
Source§impl<'de> Deserialize<'de> for Unsubscribe
impl<'de> Deserialize<'de> for Unsubscribe
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 From<Unsubscribe> for ClientJsonMessage
impl From<Unsubscribe> for ClientJsonMessage
Source§fn from(msg: Unsubscribe) -> Self
fn from(msg: Unsubscribe) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Unsubscribe
impl PartialEq for Unsubscribe
Source§impl Serialize for Unsubscribe
impl Serialize for Unsubscribe
impl Eq for Unsubscribe
impl StructuralPartialEq for Unsubscribe
Auto Trait Implementations§
impl Freeze for Unsubscribe
impl RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl UnwindSafe for Unsubscribe
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