pub enum EntryPointType {
External,
L1Handler,
Constructor,
}Variants§
Trait Implementations§
Source§impl Debug for EntryPointType
impl Debug for EntryPointType
Source§impl<'de> Deserialize<'de> for EntryPointType
impl<'de> Deserialize<'de> for EntryPointType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<EntryPointType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<EntryPointType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<EntryPointType> for EntryPointType
impl From<EntryPointType> for EntryPointType
Source§fn from(value: EntryPointType) -> EntryPointType
fn from(value: EntryPointType) -> EntryPointType
Converts to this type from the input type.
Source§impl PartialEq for EntryPointType
impl PartialEq for EntryPointType
impl Eq for EntryPointType
impl StructuralPartialEq for EntryPointType
Auto Trait Implementations§
impl Freeze for EntryPointType
impl RefUnwindSafe for EntryPointType
impl Send for EntryPointType
impl Sync for EntryPointType
impl Unpin for EntryPointType
impl UnwindSafe for EntryPointType
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 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.