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