pub struct InlineBranchesSeq { /* private fields */ }Implementations§
Source§impl InlineBranchesSeq
impl InlineBranchesSeq
pub fn branches(&self) -> impl Iterator<Item = BranchContent>
Trait Implementations§
Source§impl AstNode for InlineBranchesSeq
impl AstNode for InlineBranchesSeq
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 InlineBranchesSeq
impl Clone for InlineBranchesSeq
Source§fn clone(&self) -> InlineBranchesSeq
fn clone(&self) -> InlineBranchesSeq
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 InlineBranchesSeq
impl Debug for InlineBranchesSeq
Source§impl Display for InlineBranchesSeq
impl Display for InlineBranchesSeq
impl Eq for InlineBranchesSeq
Source§impl Hash for InlineBranchesSeq
impl Hash for InlineBranchesSeq
Source§impl PartialEq for InlineBranchesSeq
impl PartialEq for InlineBranchesSeq
Source§fn eq(&self, other: &InlineBranchesSeq) -> bool
fn eq(&self, other: &InlineBranchesSeq) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InlineBranchesSeq
Auto Trait Implementations§
impl !RefUnwindSafe for InlineBranchesSeq
impl !Send for InlineBranchesSeq
impl !Sync for InlineBranchesSeq
impl !UnwindSafe for InlineBranchesSeq
impl Freeze for InlineBranchesSeq
impl Unpin for InlineBranchesSeq
impl UnsafeUnpin for InlineBranchesSeq
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