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