pub struct OutlinedFunction {
pub func: CodegenFunction,
pub fn_type: Option<ReactFunctionType>,
}Expand description
An outlined function extracted during compilation.
Fields§
§func: CodegenFunction§fn_type: Option<ReactFunctionType>Trait Implementations§
Source§impl Clone for OutlinedFunction
impl Clone for OutlinedFunction
Source§fn clone(&self) -> OutlinedFunction
fn clone(&self) -> OutlinedFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutlinedFunction
impl RefUnwindSafe for OutlinedFunction
impl Send for OutlinedFunction
impl Sync for OutlinedFunction
impl Unpin for OutlinedFunction
impl UnsafeUnpin for OutlinedFunction
impl UnwindSafe for OutlinedFunction
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