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