pub struct UiRecentBlockhashesEntry {
pub blockhash: String,
pub fee_calculator: UiFeeCalculator,
}Fields§
§blockhash: String§fee_calculator: UiFeeCalculatorTrait Implementations§
Source§impl Debug for UiRecentBlockhashesEntry
impl Debug for UiRecentBlockhashesEntry
Source§impl<'de> Deserialize<'de> for UiRecentBlockhashesEntry
impl<'de> Deserialize<'de> for UiRecentBlockhashesEntry
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 Eq for UiRecentBlockhashesEntry
Source§impl PartialEq for UiRecentBlockhashesEntry
impl PartialEq for UiRecentBlockhashesEntry
Source§impl Serialize for UiRecentBlockhashesEntry
impl Serialize for UiRecentBlockhashesEntry
impl StructuralPartialEq for UiRecentBlockhashesEntry
Auto Trait Implementations§
impl Freeze for UiRecentBlockhashesEntry
impl RefUnwindSafe for UiRecentBlockhashesEntry
impl Send for UiRecentBlockhashesEntry
impl Sync for UiRecentBlockhashesEntry
impl Unpin for UiRecentBlockhashesEntry
impl UnsafeUnpin for UiRecentBlockhashesEntry
impl UnwindSafe for UiRecentBlockhashesEntry
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