Struct cairo_vm::serde::deserialize_program::HintParams
source · pub struct HintParams {
pub code: String,
pub accessible_scopes: Vec<String>,
pub flow_tracking_data: FlowTrackingData,
}Fields§
§code: String§accessible_scopes: Vec<String>§flow_tracking_data: FlowTrackingDataTrait Implementations§
source§impl Clone for HintParams
impl Clone for HintParams
source§fn clone(&self) -> HintParams
fn clone(&self) -> HintParams
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 moresource§impl Debug for HintParams
impl Debug for HintParams
source§impl<'de> Deserialize<'de> for HintParams
impl<'de> Deserialize<'de> for HintParams
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<HintParams> for HintParams
impl PartialEq<HintParams> for HintParams
source§fn eq(&self, other: &HintParams) -> bool
fn eq(&self, other: &HintParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for HintParams
impl Serialize for HintParams
impl Eq for HintParams
impl StructuralEq for HintParams
impl StructuralPartialEq for HintParams
Auto Trait Implementations§
impl RefUnwindSafe for HintParams
impl Send for HintParams
impl Sync for HintParams
impl Unpin for HintParams
impl UnwindSafe for HintParams
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.