pub struct Subscribe {
pub subscriptions: Vec<SubscribeChannel>,
}Fields§
§subscriptions: Vec<SubscribeChannel>Implementations§
Source§impl Subscribe
impl Subscribe
pub fn into_message(self) -> DigitalisResult<Message>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Subscribe
impl<'de> Deserialize<'de> for Subscribe
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<Subscribe> for ClientJsonMessage
impl From<Subscribe> for ClientJsonMessage
impl Eq for Subscribe
impl StructuralPartialEq for Subscribe
Auto Trait Implementations§
impl Freeze for Subscribe
impl RefUnwindSafe for Subscribe
impl Send for Subscribe
impl Sync for Subscribe
impl Unpin for Subscribe
impl UnsafeUnpin for Subscribe
impl UnwindSafe for Subscribe
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