pub struct SpanAttrValue { /* private fields */ }Trait Implementations§
Source§impl AstNode for SpanAttrValue
impl AstNode for SpanAttrValue
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true for a node with a SyntaxKind this type can wrap.Source§fn cast(node: SyntaxNode) -> Option<Self>
fn cast(node: SyntaxNode) -> Option<Self>
Try to cast a generic
SyntaxNode into this typed wrapper.Source§fn syntax(&self) -> &SyntaxNode
fn syntax(&self) -> &SyntaxNode
Access the underlying
SyntaxNode.Source§impl Clone for SpanAttrValue
impl Clone for SpanAttrValue
Source§fn clone(&self) -> SpanAttrValue
fn clone(&self) -> SpanAttrValue
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 SpanAttrValue
impl Debug for SpanAttrValue
Source§impl Display for SpanAttrValue
impl Display for SpanAttrValue
impl Eq for SpanAttrValue
Source§impl Hash for SpanAttrValue
impl Hash for SpanAttrValue
Source§impl PartialEq for SpanAttrValue
impl PartialEq for SpanAttrValue
impl StructuralPartialEq for SpanAttrValue
Auto Trait Implementations§
impl !RefUnwindSafe for SpanAttrValue
impl !Send for SpanAttrValue
impl !Sync for SpanAttrValue
impl !UnwindSafe for SpanAttrValue
impl Freeze for SpanAttrValue
impl Unpin for SpanAttrValue
impl UnsafeUnpin for SpanAttrValue
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