pub enum TransformKey<'tree> {
Expression(Box<Expression<'tree>>),
Signature(Box<Signature<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for TransformKey<'tree>
impl<'tree> Clone for TransformKey<'tree>
Source§fn clone(&self) -> TransformKey<'tree>
fn clone(&self) -> TransformKey<'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 TransformKey<'tree>
impl<'tree> Debug for TransformKey<'tree>
impl<'tree> Eq for TransformKey<'tree>
Source§impl<'tree> FromNode<'tree> for TransformKey<'tree>
impl<'tree> FromNode<'tree> for TransformKey<'tree>
Source§impl<'tree> PartialEq for TransformKey<'tree>
impl<'tree> PartialEq for TransformKey<'tree>
Source§impl Spanned for TransformKey<'_>
impl Spanned for TransformKey<'_>
impl<'tree> StructuralPartialEq for TransformKey<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TransformKey<'tree>
impl<'tree> RefUnwindSafe for TransformKey<'tree>
impl<'tree> Send for TransformKey<'tree>
impl<'tree> Sync for TransformKey<'tree>
impl<'tree> Unpin for TransformKey<'tree>
impl<'tree> UnsafeUnpin for TransformKey<'tree>
impl<'tree> UnwindSafe for TransformKey<'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