pub struct ExprUnary {
pub op: OpUnary,
pub expr: Expr,
}Fields§
§op: OpUnary§expr: ExprTrait Implementations§
impl Eq for ExprUnary
impl StructuralPartialEq for ExprUnary
Auto Trait Implementations§
impl Freeze for ExprUnary
impl RefUnwindSafe for ExprUnary
impl Send for ExprUnary
impl Sync for ExprUnary
impl Unpin for ExprUnary
impl UnsafeUnpin for ExprUnary
impl UnwindSafe for ExprUnary
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