pub struct MarketConfigFactor(/* private fields */);Expand description
Market Config Factors.
Trait Implementations§
Source§impl Clone for MarketConfigFactor
impl Clone for MarketConfigFactor
Source§fn clone(&self) -> MarketConfigFactor
fn clone(&self) -> MarketConfigFactor
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 MarketConfigFactor
impl Debug for MarketConfigFactor
Source§impl<'de> Deserialize<'de> for MarketConfigFactor
impl<'de> Deserialize<'de> for MarketConfigFactor
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 Display for MarketConfigFactor
Available on crate feature display only.
impl Display for MarketConfigFactor
Available on crate feature
display only.Source§impl From<MarketConfigFactor> for u8
impl From<MarketConfigFactor> for u8
Source§fn from(value: MarketConfigFactor) -> Self
fn from(value: MarketConfigFactor) -> Self
Converts to this type from the input type.
Source§impl Hash for MarketConfigFactor
impl Hash for MarketConfigFactor
Source§impl Ord for MarketConfigFactor
impl Ord for MarketConfigFactor
Source§fn cmp(&self, other: &MarketConfigFactor) -> Ordering
fn cmp(&self, other: &MarketConfigFactor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MarketConfigFactor
impl PartialEq for MarketConfigFactor
Source§impl PartialOrd for MarketConfigFactor
impl PartialOrd for MarketConfigFactor
Source§impl Serialize for MarketConfigFactor
impl Serialize for MarketConfigFactor
Source§impl TryFrom<MarketConfigKey> for MarketConfigFactor
impl TryFrom<MarketConfigKey> for MarketConfigFactor
Source§type Error = MarketError
type Error = MarketError
The type returned in the event of a conversion error.
impl Copy for MarketConfigFactor
impl Eq for MarketConfigFactor
impl StructuralPartialEq for MarketConfigFactor
Auto Trait Implementations§
impl Freeze for MarketConfigFactor
impl RefUnwindSafe for MarketConfigFactor
impl Send for MarketConfigFactor
impl Sync for MarketConfigFactor
impl Unpin for MarketConfigFactor
impl UnwindSafe for MarketConfigFactor
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