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