Struct lta_models::traffic::erp_rates::ErpRatesResp
source · pub struct ErpRatesResp {
pub value: Vec<ErpRateRaw>,
}
Fields§
§value: Vec<ErpRateRaw>
Trait Implementations§
source§impl Clone for ErpRatesResp
impl Clone for ErpRatesResp
source§fn clone(&self) -> ErpRatesResp
fn clone(&self) -> ErpRatesResp
Returns a copy 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 ErpRatesResp
impl Debug for ErpRatesResp
source§impl<'de> Deserialize<'de> for ErpRatesResp
impl<'de> Deserialize<'de> for ErpRatesResp
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 From<ErpRatesResp> for Vec<ErpRate>
impl From<ErpRatesResp> for Vec<ErpRate>
source§fn from(data: ErpRatesResp) -> Self
fn from(data: ErpRatesResp) -> Self
Converts to this type from the input type.
source§impl PartialEq for ErpRatesResp
impl PartialEq for ErpRatesResp
source§fn eq(&self, other: &ErpRatesResp) -> bool
fn eq(&self, other: &ErpRatesResp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ErpRatesResp
impl Serialize for ErpRatesResp
impl StructuralPartialEq for ErpRatesResp
Auto Trait Implementations§
impl RefUnwindSafe for ErpRatesResp
impl Send for ErpRatesResp
impl Sync for ErpRatesResp
impl Unpin for ErpRatesResp
impl UnwindSafe for ErpRatesResp
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