pub struct UiRewards {
pub validator_point_value: f64,
}Fields§
§validator_point_value: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for UiRewards
impl<'de> Deserialize<'de> for UiRewards
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 UiRewards
Auto Trait Implementations§
impl Freeze for UiRewards
impl RefUnwindSafe for UiRewards
impl Send for UiRewards
impl Sync for UiRewards
impl Unpin for UiRewards
impl UnsafeUnpin for UiRewards
impl UnwindSafe for UiRewards
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