pub struct ChoiceBullet { /* private fields */ }Trait Implementations§
Source§impl AstNode for ChoiceBullet
impl AstNode for ChoiceBullet
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 ChoiceBullet
impl Clone for ChoiceBullet
Source§fn clone(&self) -> ChoiceBullet
fn clone(&self) -> ChoiceBullet
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 ChoiceBullet
impl Debug for ChoiceBullet
Source§impl Display for ChoiceBullet
impl Display for ChoiceBullet
impl Eq for ChoiceBullet
Source§impl Hash for ChoiceBullet
impl Hash for ChoiceBullet
Source§impl PartialEq for ChoiceBullet
impl PartialEq for ChoiceBullet
impl StructuralPartialEq for ChoiceBullet
Auto Trait Implementations§
impl !RefUnwindSafe for ChoiceBullet
impl !Send for ChoiceBullet
impl !Sync for ChoiceBullet
impl !UnwindSafe for ChoiceBullet
impl Freeze for ChoiceBullet
impl Unpin for ChoiceBullet
impl UnsafeUnpin for ChoiceBullet
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