pub struct UnsubscribeNamespace {
pub track_namespace_prefix: TrackNamespace,
}Expand description
UNSUBSCRIBE_NAMESPACE message (type 0x14).
Fields§
§track_namespace_prefix: TrackNamespaceThe namespace prefix of the namespace subscription to cancel.
Trait Implementations§
Source§impl Clone for UnsubscribeNamespace
impl Clone for UnsubscribeNamespace
Source§impl Debug for UnsubscribeNamespace
impl Debug for UnsubscribeNamespace
impl Eq for UnsubscribeNamespace
Source§impl PartialEq for UnsubscribeNamespace
impl PartialEq for UnsubscribeNamespace
impl StructuralPartialEq for UnsubscribeNamespace
Auto Trait Implementations§
impl Freeze for UnsubscribeNamespace
impl RefUnwindSafe for UnsubscribeNamespace
impl Send for UnsubscribeNamespace
impl Sync for UnsubscribeNamespace
impl Unpin for UnsubscribeNamespace
impl UnsafeUnpin for UnsubscribeNamespace
impl UnwindSafe for UnsubscribeNamespace
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