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