Struct reflect::Function [] [src]

pub struct Function { /* fields omitted */ }

Methods

impl Function
[src]

[src]

Trait Implementations

impl RuntimeFunction for Function
[src]

[src]

impl Debug for Function
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Function
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Function

impl Sync for Function