pub struct BigAndExpr {
pub tok: BigAnd,
pub expr: Box<Expr>,
}Fields§
§tok: BigAnd§expr: Box<Expr>Trait Implementations§
Source§impl Clone for BigAndExpr
Available on crate feature clone-impls only.
impl Clone for BigAndExpr
Available on crate feature
clone-impls only.Source§impl Debug for BigAndExpr
Available on crate feature extra-traits only.
impl Debug for BigAndExpr
Available on crate feature
extra-traits only.Source§impl Hash for BigAndExpr
Available on crate feature extra-traits only.
impl Hash for BigAndExpr
Available on crate feature
extra-traits only.Source§impl PartialEq for BigAndExpr
Available on crate feature extra-traits only.
impl PartialEq for BigAndExpr
Available on crate feature
extra-traits only.impl Eq for BigAndExpr
Available on crate feature
extra-traits only.Auto Trait Implementations§
impl Freeze for BigAndExpr
impl RefUnwindSafe for BigAndExpr
impl !Send for BigAndExpr
impl !Sync for BigAndExpr
impl Unpin for BigAndExpr
impl UnsafeUnpin for BigAndExpr
impl UnwindSafe for BigAndExpr
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