pub struct AttributeValue<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for AttributeValue<'tree>
impl<'tree> Clone for AttributeValue<'tree>
Source§fn clone(&self) -> AttributeValue<'tree>
fn clone(&self) -> AttributeValue<'tree>
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<'tree> Debug for AttributeValue<'tree>
impl<'tree> Debug for AttributeValue<'tree>
impl<'tree> Eq for AttributeValue<'tree>
Source§impl<'tree> FromNode<'tree> for AttributeValue<'tree>
impl<'tree> FromNode<'tree> for AttributeValue<'tree>
Source§impl<'tree> LeafNode<'tree> for AttributeValue<'tree>
impl<'tree> LeafNode<'tree> for AttributeValue<'tree>
Source§impl<'tree> PartialEq for AttributeValue<'tree>
impl<'tree> PartialEq for AttributeValue<'tree>
Source§fn eq(&self, other: &AttributeValue<'tree>) -> bool
fn eq(&self, other: &AttributeValue<'tree>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Spanned for AttributeValue<'_>
impl Spanned for AttributeValue<'_>
impl<'tree> StructuralPartialEq for AttributeValue<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for AttributeValue<'tree>
impl<'tree> RefUnwindSafe for AttributeValue<'tree>
impl<'tree> Send for AttributeValue<'tree>
impl<'tree> Sync for AttributeValue<'tree>
impl<'tree> Unpin for AttributeValue<'tree>
impl<'tree> UnsafeUnpin for AttributeValue<'tree>
impl<'tree> UnwindSafe for AttributeValue<'tree>
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