pub struct AstEventParam {
pub name: String,
pub type_expr: AstTypeExpr,
pub span: Option<Span>,
}Fields§
§name: String§type_expr: AstTypeExpr§span: Option<Span>Trait Implementations§
Source§impl Clone for AstEventParam
impl Clone for AstEventParam
Source§fn clone(&self) -> AstEventParam
fn clone(&self) -> AstEventParam
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 AstEventParam
impl Debug for AstEventParam
Source§impl PartialEq for AstEventParam
impl PartialEq for AstEventParam
impl StructuralPartialEq for AstEventParam
Auto Trait Implementations§
impl Freeze for AstEventParam
impl RefUnwindSafe for AstEventParam
impl Send for AstEventParam
impl Sync for AstEventParam
impl Unpin for AstEventParam
impl UnsafeUnpin for AstEventParam
impl UnwindSafe for AstEventParam
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