pub struct Announce {
pub status: AnnounceStatus,
pub suffix: Path,
}
Expand description
Sent by the publisher to announce the availability of a track.
Fields§
§status: AnnounceStatus
The track status, either active or ended
suffix: Path
The path suffix
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Announce
impl RefUnwindSafe for Announce
impl Send for Announce
impl Sync for Announce
impl Unpin for Announce
impl UnwindSafe for Announce
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