pub struct StreamInfBandwidthNeedsToBeSet;Expand description
Placeholder struct for StreamInfBuilder indicating that bandwidth needs to be set.
Trait Implementations§
Source§impl Clone for StreamInfBandwidthNeedsToBeSet
impl Clone for StreamInfBandwidthNeedsToBeSet
Source§fn clone(&self) -> StreamInfBandwidthNeedsToBeSet
fn clone(&self) -> StreamInfBandwidthNeedsToBeSet
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 moreimpl Copy for StreamInfBandwidthNeedsToBeSet
Auto Trait Implementations§
impl Freeze for StreamInfBandwidthNeedsToBeSet
impl RefUnwindSafe for StreamInfBandwidthNeedsToBeSet
impl Send for StreamInfBandwidthNeedsToBeSet
impl Sync for StreamInfBandwidthNeedsToBeSet
impl Unpin for StreamInfBandwidthNeedsToBeSet
impl UnsafeUnpin for StreamInfBandwidthNeedsToBeSet
impl UnwindSafe for StreamInfBandwidthNeedsToBeSet
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