pub struct UsageBalanceEndpointRow {
pub provider_id: String,
pub endpoint_id: String,
pub station_name: Option<String>,
pub upstream_index: Option<usize>,
pub base_url: Option<String>,
pub usage: UsageBucket,
pub balance_status: UsageBalanceStatus,
pub balance: Option<UsageBalanceSnapshotSummary>,
pub route_selected: bool,
pub route_skip_reasons: Vec<String>,
}Fields§
§provider_id: String§endpoint_id: String§station_name: Option<String>§upstream_index: Option<usize>§base_url: Option<String>§usage: UsageBucket§balance_status: UsageBalanceStatus§balance: Option<UsageBalanceSnapshotSummary>§route_selected: bool§route_skip_reasons: Vec<String>Trait Implementations§
Source§impl Clone for UsageBalanceEndpointRow
impl Clone for UsageBalanceEndpointRow
Source§fn clone(&self) -> UsageBalanceEndpointRow
fn clone(&self) -> UsageBalanceEndpointRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UsageBalanceEndpointRow
impl Debug for UsageBalanceEndpointRow
Source§impl<'de> Deserialize<'de> for UsageBalanceEndpointRow
impl<'de> Deserialize<'de> for UsageBalanceEndpointRow
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 UsageBalanceEndpointRow
impl PartialEq for UsageBalanceEndpointRow
Source§fn eq(&self, other: &UsageBalanceEndpointRow) -> bool
fn eq(&self, other: &UsageBalanceEndpointRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UsageBalanceEndpointRow
impl Serialize for UsageBalanceEndpointRow
impl Eq for UsageBalanceEndpointRow
impl StructuralPartialEq for UsageBalanceEndpointRow
Auto Trait Implementations§
impl Freeze for UsageBalanceEndpointRow
impl RefUnwindSafe for UsageBalanceEndpointRow
impl Send for UsageBalanceEndpointRow
impl Sync for UsageBalanceEndpointRow
impl Unpin for UsageBalanceEndpointRow
impl UnsafeUnpin for UsageBalanceEndpointRow
impl UnwindSafe for UsageBalanceEndpointRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.