pub struct TrackDemand { /* private fields */ }Expand description
A cloneable, watch-only handle to a track’s subscriber demand.
Implementations§
Source§impl TrackDemand
impl TrackDemand
Trait Implementations§
Source§impl Clone for TrackDemand
impl Clone for TrackDemand
Source§fn clone(&self) -> TrackDemand
fn clone(&self) -> TrackDemand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrackDemand
impl RefUnwindSafe for TrackDemand
impl Send for TrackDemand
impl Sync for TrackDemand
impl Unpin for TrackDemand
impl UnsafeUnpin for TrackDemand
impl UnwindSafe for TrackDemand
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