pub struct BlockEntry {
pub account: String,
pub chain: String,
pub index: u64,
}Fields§
§account: String§chain: String§index: u64Trait Implementations§
Source§impl Clone for BlockEntry
impl Clone for BlockEntry
Source§fn clone(&self) -> BlockEntry
fn clone(&self) -> BlockEntry
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 BlockEntry
impl Debug for BlockEntry
Source§impl<'de> Deserialize<'de> for BlockEntry
impl<'de> Deserialize<'de> for BlockEntry
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 PartialEq for BlockEntry
impl PartialEq for BlockEntry
Source§impl Serialize for BlockEntry
impl Serialize for BlockEntry
impl StructuralPartialEq for BlockEntry
Auto Trait Implementations§
impl Freeze for BlockEntry
impl RefUnwindSafe for BlockEntry
impl Send for BlockEntry
impl Sync for BlockEntry
impl Unpin for BlockEntry
impl UnsafeUnpin for BlockEntry
impl UnwindSafe for BlockEntry
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