pub enum Announce<'a> {
Active {
suffix: Path<'a>,
},
Ended {
suffix: Path<'a>,
},
}Expand description
Sent by the publisher to announce the availability of a track. The payload contains the contents of the wildcard.
Variants§
Implementations§
Trait Implementations§
impl<'a> Eq for Announce<'a>
impl<'a> StructuralPartialEq for Announce<'a>
Auto Trait Implementations§
impl<'a> Freeze for Announce<'a>
impl<'a> RefUnwindSafe for Announce<'a>
impl<'a> Send for Announce<'a>
impl<'a> Sync for Announce<'a>
impl<'a> Unpin for Announce<'a>
impl<'a> UnwindSafe for Announce<'a>
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