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