pub struct ColonColon { /* private fields */ }
Implementations§
Source§impl ColonColon
impl ColonColon
pub fn colon_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ColonColon
impl AstNode for ColonColon
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for ColonColon
impl Clone for ColonColon
Source§fn clone(&self) -> ColonColon
fn clone(&self) -> ColonColon
Returns a duplicate of the value. Read more
1.0.0 · 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 ColonColon
impl Debug for ColonColon
Source§impl Hash for ColonColon
impl Hash for ColonColon
Source§impl PartialEq for ColonColon
impl PartialEq for ColonColon
impl Eq for ColonColon
impl StructuralPartialEq for ColonColon
Auto Trait Implementations§
impl Freeze for ColonColon
impl !RefUnwindSafe for ColonColon
impl !Send for ColonColon
impl !Sync for ColonColon
impl Unpin for ColonColon
impl !UnwindSafe for ColonColon
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