pub struct IntrinsicCall {
pub intrinsic: Intrinsic,
pub args: Box<[SpannedItem<Expression>]>,
}Fields§
§intrinsic: Intrinsic§args: Box<[SpannedItem<Expression>]>Trait Implementations§
Source§impl Clone for IntrinsicCall
impl Clone for IntrinsicCall
Source§fn clone(&self) -> IntrinsicCall
fn clone(&self) -> IntrinsicCall
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PrettyPrint for IntrinsicCall
impl PrettyPrint for IntrinsicCall
fn pretty_print(&self, interner: &SymbolInterner, indentation: usize) -> String
Auto Trait Implementations§
impl Freeze for IntrinsicCall
impl RefUnwindSafe for IntrinsicCall
impl !Send for IntrinsicCall
impl !Sync for IntrinsicCall
impl Unpin for IntrinsicCall
impl UnwindSafe for IntrinsicCall
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