pub struct BandwidthRestriction { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BandwidthRestriction
impl Clone for BandwidthRestriction
Source§fn clone(&self) -> BandwidthRestriction
fn clone(&self) -> BandwidthRestriction
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 BandwidthRestriction
impl Debug for BandwidthRestriction
Source§impl<'de> Deserialize<'de> for BandwidthRestriction
impl<'de> Deserialize<'de> for BandwidthRestriction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BandwidthRestriction
impl Display for BandwidthRestriction
Source§impl From<Frequency> for BandwidthRestriction
impl From<Frequency> for BandwidthRestriction
Source§impl From<f64> for BandwidthRestriction
impl From<f64> for BandwidthRestriction
Source§impl PartialEq for BandwidthRestriction
impl PartialEq for BandwidthRestriction
Source§impl Serialize for BandwidthRestriction
impl Serialize for BandwidthRestriction
impl Copy for BandwidthRestriction
impl StructuralPartialEq for BandwidthRestriction
Auto Trait Implementations§
impl Freeze for BandwidthRestriction
impl RefUnwindSafe for BandwidthRestriction
impl Send for BandwidthRestriction
impl Sync for BandwidthRestriction
impl Unpin for BandwidthRestriction
impl UnsafeUnpin for BandwidthRestriction
impl UnwindSafe for BandwidthRestriction
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