pub struct PublishSkipped {
pub namespace_suffix: TrackNamespace,
pub track_name: Vec<u8>,
}Expand description
PUBLISH_SKIPPED (0x0F, renamed from PUBLISH_BLOCKED in draft-19; wire layout is unchanged).
Fields§
§namespace_suffix: TrackNamespace§track_name: Vec<u8>Trait Implementations§
Source§impl Clone for PublishSkipped
impl Clone for PublishSkipped
Source§fn clone(&self) -> PublishSkipped
fn clone(&self) -> PublishSkipped
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 PublishSkipped
impl Debug for PublishSkipped
impl Eq for PublishSkipped
Source§impl PartialEq for PublishSkipped
impl PartialEq for PublishSkipped
Source§fn eq(&self, other: &PublishSkipped) -> bool
fn eq(&self, other: &PublishSkipped) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublishSkipped
Auto Trait Implementations§
impl Freeze for PublishSkipped
impl RefUnwindSafe for PublishSkipped
impl Send for PublishSkipped
impl Sync for PublishSkipped
impl Unpin for PublishSkipped
impl UnsafeUnpin for PublishSkipped
impl UnwindSafe for PublishSkipped
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