pub struct SceneTitle { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for SceneTitle
impl AstNode for SceneTitle
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true for a node with a SyntaxKind this type can wrap.Source§fn cast(node: SyntaxNode) -> Option<Self>
fn cast(node: SyntaxNode) -> Option<Self>
Try to cast a generic
SyntaxNode into this typed wrapper.Source§fn syntax(&self) -> &SyntaxNode
fn syntax(&self) -> &SyntaxNode
Access the underlying
SyntaxNode.Source§impl Clone for SceneTitle
impl Clone for SceneTitle
Source§fn clone(&self) -> SceneTitle
fn clone(&self) -> SceneTitle
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 SceneTitle
impl Debug for SceneTitle
Source§impl Display for SceneTitle
impl Display for SceneTitle
impl Eq for SceneTitle
Source§impl Hash for SceneTitle
impl Hash for SceneTitle
Source§impl PartialEq for SceneTitle
impl PartialEq for SceneTitle
impl StructuralPartialEq for SceneTitle
Auto Trait Implementations§
impl !RefUnwindSafe for SceneTitle
impl !Send for SceneTitle
impl !Sync for SceneTitle
impl !UnwindSafe for SceneTitle
impl Freeze for SceneTitle
impl Unpin for SceneTitle
impl UnsafeUnpin for SceneTitle
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