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