pub struct Condition {
pub lhs: SimpleSelection,
pub op: Operator,
pub rhs: Term,
}
Fields§
§lhs: SimpleSelection
§op: Operator
§rhs: Term
Implementations§
Trait Implementations§
Source§impl<'a> CustomToTokens<'a> for Condition
impl<'a> CustomToTokens<'a> for Condition
Source§impl ToTokens for Condition
impl ToTokens for Condition
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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