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