pub struct Tracks {
pub namespace: String,
}
Expand description
Static information about a broadcast.
Fields§
§namespace: String
Implementations§
Source§impl Tracks
impl Tracks
pub fn new(namespace: String) -> Self
pub fn produce(self) -> (TracksWriter, TracksRequest, TracksReader)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tracks
impl RefUnwindSafe for Tracks
impl Send for Tracks
impl Sync for Tracks
impl Unpin for Tracks
impl UnwindSafe for Tracks
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