pub struct FunctionCall { /* private fields */ }
Implementations§
Source§impl FunctionCall
impl FunctionCall
pub fn new(name: Name, params: Vec<Box<dyn CodeGenerate>>) -> FunctionCall
pub fn new_with_end( name: Name, params: Vec<Box<dyn CodeGenerate>>, ) -> FunctionCall
Trait Implementations§
Source§impl CodeGenerate for FunctionCall
impl CodeGenerate for FunctionCall
Auto Trait Implementations§
impl Freeze for FunctionCall
impl !RefUnwindSafe for FunctionCall
impl !Send for FunctionCall
impl !Sync for FunctionCall
impl Unpin for FunctionCall
impl !UnwindSafe for FunctionCall
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