pub struct PairType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AstNode for PairType
impl AstNode for PairType
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Auto Trait Implementations§
impl Freeze for PairType
impl !RefUnwindSafe for PairType
impl !Send for PairType
impl !Sync for PairType
impl Unpin for PairType
impl !UnwindSafe for PairType
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