pub struct SubgraphDataEntry {
pub uuid: Uuid,
pub values: HashMap<String, Value>,
pub block_height: u64,
pub transaction_hash: Hash,
}Fields§
§uuid: Uuid§values: HashMap<String, Value>§block_height: u64§transaction_hash: HashImplementations§
Trait Implementations§
Source§impl Clone for SubgraphDataEntry
impl Clone for SubgraphDataEntry
Source§fn clone(&self) -> SubgraphDataEntry
fn clone(&self) -> SubgraphDataEntry
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for SubgraphDataEntry
impl RefUnwindSafe for SubgraphDataEntry
impl Send for SubgraphDataEntry
impl Sync for SubgraphDataEntry
impl Unpin for SubgraphDataEntry
impl UnwindSafe for SubgraphDataEntry
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