pub(super) struct RuntimeFunctionTemplate {
pub(super) type_params: Vec<String>,
pub(super) function: FunctionDecl,
}Fields§
§type_params: Vec<String>§function: FunctionDeclTrait Implementations§
Source§impl Clone for RuntimeFunctionTemplate
impl Clone for RuntimeFunctionTemplate
Source§fn clone(&self) -> RuntimeFunctionTemplate
fn clone(&self) -> RuntimeFunctionTemplate
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 Freeze for RuntimeFunctionTemplate
impl RefUnwindSafe for RuntimeFunctionTemplate
impl Send for RuntimeFunctionTemplate
impl Sync for RuntimeFunctionTemplate
impl Unpin for RuntimeFunctionTemplate
impl UnwindSafe for RuntimeFunctionTemplate
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