pub struct TriggerEventUpdate { /* private fields */ }Implementations§
Source§impl TriggerEventUpdate
impl TriggerEventUpdate
pub fn name_refs(&self) -> AstChildren<NameRef> ⓘ
pub fn of_token(&self) -> Option<SyntaxToken>
pub fn update_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for TriggerEventUpdate
impl AstNode for TriggerEventUpdate
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TriggerEventUpdate
impl Clone for TriggerEventUpdate
Source§fn clone(&self) -> TriggerEventUpdate
fn clone(&self) -> TriggerEventUpdate
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 TriggerEventUpdate
impl Debug for TriggerEventUpdate
Source§impl Hash for TriggerEventUpdate
impl Hash for TriggerEventUpdate
Source§impl PartialEq for TriggerEventUpdate
impl PartialEq for TriggerEventUpdate
impl Eq for TriggerEventUpdate
impl StructuralPartialEq for TriggerEventUpdate
Auto Trait Implementations§
impl Freeze for TriggerEventUpdate
impl !RefUnwindSafe for TriggerEventUpdate
impl !Send for TriggerEventUpdate
impl !Sync for TriggerEventUpdate
impl Unpin for TriggerEventUpdate
impl !UnwindSafe for TriggerEventUpdate
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