pub struct AddEntryPointRequestBody {
pub chain: Chain,
pub block_hash: Bytes,
pub entry_points_with_tracing_data: Vec<(ComponentId, Vec<EntryPointWithTracingParams>)>,
}Fields§
§chain: Chain§block_hash: Bytes§entry_points_with_tracing_data: Vec<(ComponentId, Vec<EntryPointWithTracingParams>)>The map of component ids to their tracing params to insert
Trait Implementations§
Source§impl Clone for AddEntryPointRequestBody
impl Clone for AddEntryPointRequestBody
Source§fn clone(&self) -> AddEntryPointRequestBody
fn clone(&self) -> AddEntryPointRequestBody
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 AddEntryPointRequestBody
impl Debug for AddEntryPointRequestBody
Source§impl Default for AddEntryPointRequestBody
impl Default for AddEntryPointRequestBody
Source§fn default() -> AddEntryPointRequestBody
fn default() -> AddEntryPointRequestBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddEntryPointRequestBody
impl<'de> Deserialize<'de> for AddEntryPointRequestBody
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 AddEntryPointRequestBody
impl PartialEq for AddEntryPointRequestBody
Source§impl Serialize for AddEntryPointRequestBody
impl Serialize for AddEntryPointRequestBody
Source§impl<'__s> ToSchema<'__s> for AddEntryPointRequestBody
impl<'__s> ToSchema<'__s> for AddEntryPointRequestBody
impl Eq for AddEntryPointRequestBody
impl StructuralPartialEq for AddEntryPointRequestBody
Auto Trait Implementations§
impl !Freeze for AddEntryPointRequestBody
impl RefUnwindSafe for AddEntryPointRequestBody
impl Send for AddEntryPointRequestBody
impl Sync for AddEntryPointRequestBody
impl Unpin for AddEntryPointRequestBody
impl UnwindSafe for AddEntryPointRequestBody
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.