pub struct RouterConsumer { /* private fields */ }
Expand description
Subscribe to abitrary broadcast/tracks.
Implementations§
Trait Implementations§
Source§impl Clone for RouterConsumer
impl Clone for RouterConsumer
Source§fn clone(&self) -> RouterConsumer
fn clone(&self) -> RouterConsumer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for RouterConsumer
impl RefUnwindSafe for RouterConsumer
impl Send for RouterConsumer
impl Sync for RouterConsumer
impl Unpin for RouterConsumer
impl UnwindSafe for RouterConsumer
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