pub struct EventInputAbi {
pub arg_name: String,
pub type_name: TypeName,
pub indexed: bool,
}
Fields§
§arg_name: String
§type_name: TypeName
§indexed: bool
Trait Implementations§
Source§impl Clone for EventInputAbi
impl Clone for EventInputAbi
Source§fn clone(&self) -> EventInputAbi
fn clone(&self) -> EventInputAbi
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 EventInputAbi
impl RefUnwindSafe for EventInputAbi
impl Send for EventInputAbi
impl Sync for EventInputAbi
impl Unpin for EventInputAbi
impl UnwindSafe for EventInputAbi
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