Enum cairo_lang_casm::hints::Hint
source · pub enum Hint {
Core(CoreHintBase),
Starknet(StarknetHint),
}
Variants§
Core(CoreHintBase)
Starknet(StarknetHint)
Implementations§
Trait Implementations§
source§impl From<StarknetHint> for Hint
impl From<StarknetHint> for Hint
source§fn from(value: StarknetHint) -> Self
fn from(value: StarknetHint) -> Self
Converts to this type from the input type.
source§impl PartialEq for Hint
impl PartialEq for Hint
source§impl PythonicHint for Hint
impl PythonicHint for Hint
fn get_pythonic_hint(&self) -> String
impl Eq for Hint
impl StructuralPartialEq for Hint
Auto Trait Implementations§
impl RefUnwindSafe for Hint
impl Send for Hint
impl Sync for Hint
impl Unpin for Hint
impl UnwindSafe for Hint
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.