pub struct Announce {
pub namespace: String,
pub params: Params,
}
Expand description
Sent by the publisher to announce the availability of a group of tracks.
Fields§
§namespace: String
The track namespace
params: Params
Optional parameters
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