Struct ketos::function::Function [] [src]

pub struct Function {
    pub name: Name,
    pub sys_fn: SystemFn,
}

Represents a function implemented in Rust.

Fields

Function name

System function

Trait Implementations

impl Copy for Function
[src]

impl Clone for Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Function
[src]

Formats the value using the given formatter.

impl PartialEq for Function
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.