pub struct BrokerCapInfo {
pub biz_type: Option<String>,
pub total_rate: Option<String>,
pub eb_cap: Option<String>,
pub uid_cap: Option<String>,
}Expand description
Broker capacity info entry.
Fields§
§biz_type: Option<String>§total_rate: Option<String>§eb_cap: Option<String>§uid_cap: Option<String>Trait Implementations§
Source§impl Clone for BrokerCapInfo
impl Clone for BrokerCapInfo
Source§fn clone(&self) -> BrokerCapInfo
fn clone(&self) -> BrokerCapInfo
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 BrokerCapInfo
impl Debug for BrokerCapInfo
Source§impl<'de> Deserialize<'de> for BrokerCapInfo
impl<'de> Deserialize<'de> for BrokerCapInfo
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
Auto Trait Implementations§
impl Freeze for BrokerCapInfo
impl RefUnwindSafe for BrokerCapInfo
impl Send for BrokerCapInfo
impl Sync for BrokerCapInfo
impl Unpin for BrokerCapInfo
impl UnsafeUnpin for BrokerCapInfo
impl UnwindSafe for BrokerCapInfo
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