Struct air_parser::ast::Ap
source · pub struct Ap<'i> {
pub argument: ApArgument<'i>,
pub result: ApResult<'i>,
}
Expand description
(ap argument result)
Fields§
§argument: ApArgument<'i>
§result: ApResult<'i>
Implementations§
Trait Implementations§
source§impl<'i> PartialEq for Ap<'i>
impl<'i> PartialEq for Ap<'i>
source§impl PeerIDErrorLogable for Ap<'_>
impl PeerIDErrorLogable for Ap<'_>
fn log_errors_with_peer_id(&self) -> bool
impl<'i> StructuralPartialEq for Ap<'i>
Auto Trait Implementations§
impl<'i> Freeze for Ap<'i>
impl<'i> RefUnwindSafe for Ap<'i>
impl<'i> !Send for Ap<'i>
impl<'i> !Sync for Ap<'i>
impl<'i> Unpin for Ap<'i>
impl<'i> UnwindSafe for Ap<'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