pub struct Unary {
pub op: UnaryOpKind,
pub expr: Box<Expr>,
}Fields§
§op: UnaryOpKind§expr: Box<Expr>Implementations§
Trait Implementations§
source§impl From<Unary> for TokenStream
impl From<Unary> for TokenStream
source§impl PartialEq for Unary
impl PartialEq for Unary
impl Eq for Unary
impl StructuralEq for Unary
impl StructuralPartialEq for Unary
Auto Trait Implementations§
impl RefUnwindSafe for Unary
impl Send for Unary
impl Sync for Unary
impl Unpin for Unary
impl UnwindSafe for Unary
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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