pub struct RawMultiSubscription { /* private fields */ }
Expand description
Like MultiSubscription, but receives Raw frames that are not automatically deserialized
Implementations§
Auto Trait Implementations§
impl Freeze for RawMultiSubscription
impl RefUnwindSafe for RawMultiSubscription
impl Send for RawMultiSubscription
impl Sync for RawMultiSubscription
impl Unpin for RawMultiSubscription
impl UnwindSafe for RawMultiSubscription
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