#[repr(C)]pub struct Entry {
pub blockhash: Hash,
pub fee_calculator: FeeCalculator,
}
๐Deprecated since 1.9.0: Please do not use, will no longer be available in the future
Fieldsยง
ยงblockhash: Hash
๐Deprecated since 1.9.0: Please do not use, will no longer be available in the future
ยงfee_calculator: FeeCalculator
๐Deprecated since 1.9.0: Please do not use, will no longer be available in the future
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'de> Deserialize<'de> for Entry
impl<'de> Deserialize<'de> for Entry
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 Entry
impl StructuralPartialEq for Entry
Auto Trait Implementationsยง
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnwindSafe for Entry
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