Struct rnix::ast::AttrpathValue
source · pub struct AttrpathValue(/* private fields */);
Implementations§
source§impl AttrpathValue
impl AttrpathValue
pub const KIND: SyntaxKind = NODE_ATTRPATH_VALUE
source§impl AttrpathValue
impl AttrpathValue
Trait Implementations§
source§impl AstNode for AttrpathValue
impl AstNode for AttrpathValue
type Language = NixLanguage
fn can_cast(kind: SyntaxKind) -> bool
fn cast(from: 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 AttrpathValue
impl Clone for AttrpathValue
source§fn clone(&self) -> AttrpathValue
fn clone(&self) -> AttrpathValue
Returns a copy 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 AttrpathValue
impl Debug for AttrpathValue
source§impl Display for AttrpathValue
impl Display for AttrpathValue
source§impl From<AttrpathValue> for Entry
impl From<AttrpathValue> for Entry
source§fn from(node: AttrpathValue) -> Entry
fn from(node: AttrpathValue) -> Entry
Converts to this type from the input type.
source§impl Hash for AttrpathValue
impl Hash for AttrpathValue
source§impl PartialEq for AttrpathValue
impl PartialEq for AttrpathValue
source§fn eq(&self, other: &AttrpathValue) -> bool
fn eq(&self, other: &AttrpathValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Entry> for AttrpathValue
impl TryFrom<Entry> for AttrpathValue
impl Eq for AttrpathValue
impl StructuralPartialEq for AttrpathValue
Auto Trait Implementations§
impl Freeze for AttrpathValue
impl !RefUnwindSafe for AttrpathValue
impl !Send for AttrpathValue
impl !Sync for AttrpathValue
impl Unpin for AttrpathValue
impl !UnwindSafe for AttrpathValue
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)