pub struct InstanceVariable<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for InstanceVariable<'tree>
impl<'tree> Clone for InstanceVariable<'tree>
Source§fn clone(&self) -> InstanceVariable<'tree>
fn clone(&self) -> InstanceVariable<'tree>
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<'tree> Debug for InstanceVariable<'tree>
impl<'tree> Debug for InstanceVariable<'tree>
Source§impl<'tree> FromNode<'tree> for InstanceVariable<'tree>
impl<'tree> FromNode<'tree> for InstanceVariable<'tree>
Source§impl<'tree> LeafNode<'tree> for InstanceVariable<'tree>
impl<'tree> LeafNode<'tree> for InstanceVariable<'tree>
Source§impl<'tree> PartialEq for InstanceVariable<'tree>
impl<'tree> PartialEq for InstanceVariable<'tree>
Source§impl Spanned for InstanceVariable<'_>
impl Spanned for InstanceVariable<'_>
impl<'tree> Eq for InstanceVariable<'tree>
impl<'tree> StructuralPartialEq for InstanceVariable<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InstanceVariable<'tree>
impl<'tree> RefUnwindSafe for InstanceVariable<'tree>
impl<'tree> Send for InstanceVariable<'tree>
impl<'tree> Sync for InstanceVariable<'tree>
impl<'tree> Unpin for InstanceVariable<'tree>
impl<'tree> UnsafeUnpin for InstanceVariable<'tree>
impl<'tree> UnwindSafe for InstanceVariable<'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