pub struct UnsubscribedFrame {
pub protocol_version: u8,
pub subscription_id: String,
pub op: &'static str,
}Fields§
§protocol_version: u8§subscription_id: String§op: &'static strImplementations§
Trait Implementations§
Source§impl Clone for UnsubscribedFrame
impl Clone for UnsubscribedFrame
Source§fn clone(&self) -> UnsubscribedFrame
fn clone(&self) -> UnsubscribedFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnsubscribedFrame
impl Debug for UnsubscribedFrame
Source§impl Deserialize<'static> for UnsubscribedFrame
impl Deserialize<'static> for UnsubscribedFrame
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UnsubscribedFrame
impl RefUnwindSafe for UnsubscribedFrame
impl Send for UnsubscribedFrame
impl Sync for UnsubscribedFrame
impl Unpin for UnsubscribedFrame
impl UnsafeUnpin for UnsubscribedFrame
impl UnwindSafe for UnsubscribedFrame
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