pub struct OperatingBandwidth {
pub mediaType: Option<String>,
pub min: Option<u64>,
pub max: Option<u64>,
pub target: Option<u64>,
}Expand description
Service Description Operating Bandwidth.
Fields§
§mediaType: Option<String>§min: Option<u64>§max: Option<u64>§target: Option<u64>Trait Implementations§
Source§impl Clone for OperatingBandwidth
impl Clone for OperatingBandwidth
Source§fn clone(&self) -> OperatingBandwidth
fn clone(&self) -> OperatingBandwidth
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 OperatingBandwidth
impl Debug for OperatingBandwidth
Source§impl Default for OperatingBandwidth
impl Default for OperatingBandwidth
Source§fn default() -> OperatingBandwidth
fn default() -> OperatingBandwidth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OperatingBandwidthwhere
OperatingBandwidth: Default,
impl<'de> Deserialize<'de> for OperatingBandwidthwhere
OperatingBandwidth: Default,
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 PartialEq for OperatingBandwidth
impl PartialEq for OperatingBandwidth
Source§impl Serialize for OperatingBandwidth
impl Serialize for OperatingBandwidth
impl StructuralPartialEq for OperatingBandwidth
Auto Trait Implementations§
impl Freeze for OperatingBandwidth
impl RefUnwindSafe for OperatingBandwidth
impl Send for OperatingBandwidth
impl Sync for OperatingBandwidth
impl Unpin for OperatingBandwidth
impl UnwindSafe for OperatingBandwidth
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