pub struct ProviderBandwidth {
pub lower: u32,
pub upper: u32,
}Fields§
§lower: u32§upper: u32Trait Implementations§
Source§impl Clone for ProviderBandwidth
impl Clone for ProviderBandwidth
Source§fn clone(&self) -> ProviderBandwidth
fn clone(&self) -> ProviderBandwidth
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 ProviderBandwidth
impl Debug for ProviderBandwidth
Source§impl<'de> Deserialize<'de> for ProviderBandwidth
impl<'de> Deserialize<'de> for ProviderBandwidth
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 ProviderBandwidth
impl PartialEq for ProviderBandwidth
Source§impl Serialize for ProviderBandwidth
impl Serialize for ProviderBandwidth
impl Copy for ProviderBandwidth
impl Eq for ProviderBandwidth
impl StructuralPartialEq for ProviderBandwidth
Auto Trait Implementations§
impl Freeze for ProviderBandwidth
impl RefUnwindSafe for ProviderBandwidth
impl Send for ProviderBandwidth
impl Sync for ProviderBandwidth
impl Unpin for ProviderBandwidth
impl UnwindSafe for ProviderBandwidth
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