pub struct EventParam {
pub ty: TypeExpr,
pub indexed: bool,
pub name: Ident,
pub span: Span,
}Fields§
§ty: TypeExpr§indexed: bool§name: Ident§span: SpanTrait Implementations§
Source§impl Clone for EventParam
impl Clone for EventParam
Source§fn clone(&self) -> EventParam
fn clone(&self) -> EventParam
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 EventParam
impl Debug for EventParam
Source§impl<'de> Deserialize<'de> for EventParam
impl<'de> Deserialize<'de> for EventParam
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 for EventParam
impl PartialEq for EventParam
Source§impl Serialize for EventParam
impl Serialize for EventParam
impl StructuralPartialEq for EventParam
Auto Trait Implementations§
impl Freeze for EventParam
impl RefUnwindSafe for EventParam
impl Send for EventParam
impl Sync for EventParam
impl Unpin for EventParam
impl UnwindSafe for EventParam
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