pub struct BandwidthConsumer { /* private fields */ }Expand description
Consumes bandwidth estimates, allowing reads and async change notifications.
Implementations§
Source§impl BandwidthConsumer
impl BandwidthConsumer
Trait Implementations§
Source§impl Clone for BandwidthConsumer
impl Clone for BandwidthConsumer
Source§fn clone(&self) -> BandwidthConsumer
fn clone(&self) -> BandwidthConsumer
Returns a duplicate 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 BandwidthConsumer
impl RefUnwindSafe for BandwidthConsumer
impl Send for BandwidthConsumer
impl Sync for BandwidthConsumer
impl Unpin for BandwidthConsumer
impl UnsafeUnpin for BandwidthConsumer
impl UnwindSafe for BandwidthConsumer
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