Struct air_parser::ast::MisMatch
source · pub struct MisMatch<'i> {
pub left_value: ImmutableValue<'i>,
pub right_value: ImmutableValue<'i>,
pub instruction: Instruction<'i>,
}
Expand description
(mismatch left_value right_value instruction)
Fields§
§left_value: ImmutableValue<'i>
§right_value: ImmutableValue<'i>
§instruction: Instruction<'i>
Implementations§
source§impl<'i> MisMatch<'i>
impl<'i> MisMatch<'i>
pub fn new( left_value: ImmutableValue<'i>, right_value: ImmutableValue<'i>, instruction: Instruction<'i>, ) -> Self
Trait Implementations§
source§impl<'i> PartialEq for MisMatch<'i>
impl<'i> PartialEq for MisMatch<'i>
source§impl PeerIDErrorLogable for MisMatch<'_>
impl PeerIDErrorLogable for MisMatch<'_>
fn log_errors_with_peer_id(&self) -> bool
impl<'i> StructuralPartialEq for MisMatch<'i>
Auto Trait Implementations§
impl<'i> Freeze for MisMatch<'i>
impl<'i> RefUnwindSafe for MisMatch<'i>
impl<'i> !Send for MisMatch<'i>
impl<'i> !Sync for MisMatch<'i>
impl<'i> Unpin for MisMatch<'i>
impl<'i> UnwindSafe for MisMatch<'i>
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