pub struct StageRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for StageRef
impl AstNode for StageRef
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for StageRef
impl StructuralPartialEq for StageRef
Auto Trait Implementations§
impl !RefUnwindSafe for StageRef
impl !Send for StageRef
impl !Sync for StageRef
impl !UnwindSafe for StageRef
impl Freeze for StageRef
impl Unpin for StageRef
impl UnsafeUnpin for StageRef
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