Struct quil_rs::expression::FunctionCallExpression
source · pub struct FunctionCallExpression {
pub function: ExpressionFunction,
pub expression: Box<Expression>,
}
Fields§
§function: ExpressionFunction
§expression: Box<Expression>
Implementations§
source§impl FunctionCallExpression
impl FunctionCallExpression
pub fn new(function: ExpressionFunction, expression: Box<Expression>) -> Self
Trait Implementations§
source§impl Clone for FunctionCallExpression
impl Clone for FunctionCallExpression
source§fn clone(&self) -> FunctionCallExpression
fn clone(&self) -> FunctionCallExpression
Returns a copy 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 moreAuto Trait Implementations§
impl RefUnwindSafe for FunctionCallExpression
impl Send for FunctionCallExpression
impl Sync for FunctionCallExpression
impl Unpin for FunctionCallExpression
impl UnwindSafe for FunctionCallExpression
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