Struct lambda_starknet_api::core::EntryPointSelector
source · pub struct EntryPointSelector(pub StarkHash);
Expand description
The selector of an EntryPoint.
Tuple Fields§
§0: StarkHash
Trait Implementations§
source§impl Clone for EntryPointSelector
impl Clone for EntryPointSelector
source§fn clone(&self) -> EntryPointSelector
fn clone(&self) -> EntryPointSelector
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 EntryPointSelector
impl Debug for EntryPointSelector
source§impl Default for EntryPointSelector
impl Default for EntryPointSelector
source§fn default() -> EntryPointSelector
fn default() -> EntryPointSelector
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EntryPointSelector
impl<'de> Deserialize<'de> for EntryPointSelector
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 Hash for EntryPointSelector
impl Hash for EntryPointSelector
source§impl Ord for EntryPointSelector
impl Ord for EntryPointSelector
source§fn cmp(&self, other: &EntryPointSelector) -> Ordering
fn cmp(&self, other: &EntryPointSelector) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<EntryPointSelector> for EntryPointSelector
impl PartialEq<EntryPointSelector> for EntryPointSelector
source§fn eq(&self, other: &EntryPointSelector) -> bool
fn eq(&self, other: &EntryPointSelector) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<EntryPointSelector> for EntryPointSelector
impl PartialOrd<EntryPointSelector> for EntryPointSelector
source§fn partial_cmp(&self, other: &EntryPointSelector) -> Option<Ordering>
fn partial_cmp(&self, other: &EntryPointSelector) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for EntryPointSelector
impl Serialize for EntryPointSelector
impl Copy for EntryPointSelector
impl Eq for EntryPointSelector
impl StructuralEq for EntryPointSelector
impl StructuralPartialEq for EntryPointSelector
Auto Trait Implementations§
impl RefUnwindSafe for EntryPointSelector
impl Send for EntryPointSelector
impl Sync for EntryPointSelector
impl Unpin for EntryPointSelector
impl UnwindSafe for EntryPointSelector
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<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.