pub struct EntryPointSelector(pub Felt);Tuple Fields§
§0: FeltTrait Implementations§
Source§impl Clone for EntryPointSelector
impl Clone for EntryPointSelector
Source§fn clone(&self) -> EntryPointSelector
fn clone(&self) -> EntryPointSelector
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 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 PartialEq for EntryPointSelector
impl PartialEq for EntryPointSelector
Source§impl Serialize for EntryPointSelector
impl Serialize for EntryPointSelector
impl Eq for EntryPointSelector
impl StructuralPartialEq for EntryPointSelector
Auto Trait Implementations§
impl Freeze for EntryPointSelector
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