pub struct Payouts {
pub low: i32,
pub medium: i32,
pub high: i32,
}
Fields§
§low: i32
§medium: i32
§high: i32
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Payouts
impl<'de> Deserialize<'de> for Payouts
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
impl StructuralPartialEq for Payouts
Auto Trait Implementations§
impl Freeze for Payouts
impl RefUnwindSafe for Payouts
impl Send for Payouts
impl Sync for Payouts
impl Unpin for Payouts
impl UnwindSafe for Payouts
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