pub struct SortDesc { /* private fields */ }
Implementations§
Source§impl SortDesc
impl SortDesc
pub fn desc_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SortDesc
impl AstNode for SortDesc
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,
impl Eq for SortDesc
impl StructuralPartialEq for SortDesc
Auto Trait Implementations§
impl Freeze for SortDesc
impl !RefUnwindSafe for SortDesc
impl !Send for SortDesc
impl !Sync for SortDesc
impl Unpin for SortDesc
impl !UnwindSafe for SortDesc
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