pub enum AttrVal<E: Expression> {
Ident(Ident),
Expr(E),
}Variants§
Trait Implementations§
source§impl<E: Expression> Display for AttrVal<E>
impl<E: Expression> Display for AttrVal<E>
source§impl<E: PartialEq + Expression> PartialEq for AttrVal<E>
impl<E: PartialEq + Expression> PartialEq for AttrVal<E>
impl<E: Eq + Expression> Eq for AttrVal<E>
impl<E: Expression> StructuralPartialEq for AttrVal<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for AttrVal<E>where
E: RefUnwindSafe,
impl<E> Send for AttrVal<E>where
E: Send,
impl<E> Sync for AttrVal<E>where
E: Sync,
impl<E> Unpin for AttrVal<E>where
E: Unpin,
impl<E> UnwindSafe for AttrVal<E>where
E: UnwindSafe,
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