Struct gitql_ast::expression::PrefixUnary
source · pub struct PrefixUnary {
pub right: Box<dyn Expression>,
pub op: PrefixUnaryOperator,
}
Fields§
§right: Box<dyn Expression>
§op: PrefixUnaryOperator
Trait Implementations§
source§impl Expression for PrefixUnary
impl Expression for PrefixUnary
Auto Trait Implementations§
impl !RefUnwindSafe for PrefixUnary
impl !Send for PrefixUnary
impl !Sync for PrefixUnary
impl Unpin for PrefixUnary
impl !UnwindSafe for PrefixUnary
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