pub struct StageFileStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for StageFileStmt
impl AstNode for StageFileStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for StageFileStmt
impl Clone for StageFileStmt
Source§fn clone(&self) -> StageFileStmt
fn clone(&self) -> StageFileStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StageFileStmt
impl Debug for StageFileStmt
impl Eq for StageFileStmt
Source§impl Hash for StageFileStmt
impl Hash for StageFileStmt
Source§impl PartialEq for StageFileStmt
impl PartialEq for StageFileStmt
impl StructuralPartialEq for StageFileStmt
Auto Trait Implementations§
impl !RefUnwindSafe for StageFileStmt
impl !Send for StageFileStmt
impl !Sync for StageFileStmt
impl !UnwindSafe for StageFileStmt
impl Freeze for StageFileStmt
impl Unpin for StageFileStmt
impl UnsafeUnpin for StageFileStmt
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