pub struct ThreadStart { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ThreadStart
impl AstNode for ThreadStart
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true if a node with the given kind can be cast to Self.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 ThreadStart
impl Clone for ThreadStart
Source§fn clone(&self) -> ThreadStart
fn clone(&self) -> ThreadStart
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 ThreadStart
impl Debug for ThreadStart
Source§impl Display for ThreadStart
impl Display for ThreadStart
impl Eq for ThreadStart
Source§impl Hash for ThreadStart
impl Hash for ThreadStart
Source§impl PartialEq for ThreadStart
impl PartialEq for ThreadStart
Source§fn eq(&self, other: &ThreadStart) -> bool
fn eq(&self, other: &ThreadStart) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThreadStart
Auto Trait Implementations§
impl !RefUnwindSafe for ThreadStart
impl !Send for ThreadStart
impl !Sync for ThreadStart
impl !UnwindSafe for ThreadStart
impl Freeze for ThreadStart
impl Unpin for ThreadStart
impl UnsafeUnpin for ThreadStart
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