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