pub struct SelectList { /* private fields */ }Implementations§
Source§impl SelectList
impl SelectList
Source§impl SelectList
impl SelectList
pub fn items(&self) -> impl Iterator<Item = SelectItem> + '_
Trait Implementations§
Source§impl AstNode for SelectList
impl AstNode for SelectList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for SelectList
impl Clone for SelectList
Source§fn clone(&self) -> SelectList
fn clone(&self) -> SelectList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelectList
impl Debug for SelectList
impl Eq for SelectList
Source§impl Hash for SelectList
impl Hash for SelectList
Source§impl PartialEq for SelectList
impl PartialEq for SelectList
impl StructuralPartialEq for SelectList
Auto Trait Implementations§
impl !RefUnwindSafe for SelectList
impl !Send for SelectList
impl !Sync for SelectList
impl !UnwindSafe for SelectList
impl Freeze for SelectList
impl Unpin for SelectList
impl UnsafeUnpin for SelectList
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