pub struct CairoEvent {
pub abi: AbiTypeAny,
pub inner: CairoEventInner,
pub fields_kinds: Vec<EventFieldKind>,
}
Fields§
§abi: AbiTypeAny
§inner: CairoEventInner
§fields_kinds: Vec<EventFieldKind>
Implementations§
Source§impl CairoEvent
impl CairoEvent
Trait Implementations§
Source§impl Clone for CairoEvent
impl Clone for CairoEvent
Source§fn clone(&self) -> CairoEvent
fn clone(&self) -> CairoEvent
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 moreAuto Trait Implementations§
impl Freeze for CairoEvent
impl RefUnwindSafe for CairoEvent
impl Send for CairoEvent
impl Sync for CairoEvent
impl Unpin for CairoEvent
impl UnwindSafe for CairoEvent
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