pub struct EventParameter {
pub type_name: TypeName,
pub is_indexed: bool,
pub name: Option<String>,
}
Fields§
§type_name: TypeName
§is_indexed: bool
§name: Option<String>
Trait Implementations§
Source§impl Clone for EventParameter
impl Clone for EventParameter
Source§fn clone(&self) -> EventParameter
fn clone(&self) -> EventParameter
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 EventParameter
impl Debug for EventParameter
Source§impl PartialEq for EventParameter
impl PartialEq for EventParameter
impl StructuralPartialEq for EventParameter
Auto Trait Implementations§
impl Freeze for EventParameter
impl RefUnwindSafe for EventParameter
impl Send for EventParameter
impl Sync for EventParameter
impl Unpin for EventParameter
impl UnwindSafe for EventParameter
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