pub struct WithinGroup { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for WithinGroup
impl AstNode for WithinGroup
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for WithinGroup
impl Clone for WithinGroup
Source§fn clone(&self) -> WithinGroup
fn clone(&self) -> WithinGroup
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 WithinGroup
impl Debug for WithinGroup
impl Eq for WithinGroup
Source§impl Hash for WithinGroup
impl Hash for WithinGroup
Source§impl PartialEq for WithinGroup
impl PartialEq for WithinGroup
impl StructuralPartialEq for WithinGroup
Auto Trait Implementations§
impl !RefUnwindSafe for WithinGroup
impl !Send for WithinGroup
impl !Sync for WithinGroup
impl !UnwindSafe for WithinGroup
impl Freeze for WithinGroup
impl Unpin for WithinGroup
impl UnsafeUnpin for WithinGroup
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