Enum cairo_lang_starknet::plugin::events::EventFieldKind
source · pub enum EventFieldKind {
KeySerde,
DataSerde,
Nested,
}
Expand description
Describes how to serialize the event’s field.
Variants§
Trait Implementations§
source§impl Clone for EventFieldKind
impl Clone for EventFieldKind
source§fn clone(&self) -> EventFieldKind
fn clone(&self) -> EventFieldKind
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 EventFieldKind
impl Debug for EventFieldKind
source§impl<'de> Deserialize<'de> for EventFieldKind
impl<'de> Deserialize<'de> for EventFieldKind
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<EventFieldKind> for EventFieldKind
impl PartialEq<EventFieldKind> for EventFieldKind
source§fn eq(&self, other: &EventFieldKind) -> bool
fn eq(&self, other: &EventFieldKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for EventFieldKind
impl Serialize for EventFieldKind
impl Copy for EventFieldKind
impl Eq for EventFieldKind
impl StructuralEq for EventFieldKind
impl StructuralPartialEq for EventFieldKind
Auto Trait Implementations§
impl RefUnwindSafe for EventFieldKind
impl Send for EventFieldKind
impl Sync for EventFieldKind
impl Unpin for EventFieldKind
impl UnwindSafe for EventFieldKind
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.