pub struct FunctionMeta(_);
Expand description

The metadata for a function

Implementations

Iterator over the fields in this function

Gets the name of the function.

Gets the full name of the function. The full name includes the function’s name and the function’s signature: “name(type1 type2.. typeN)”.

Gets the body of the function.

Gets the language of the function.

Gets whether a function is called on “null”.

Gets the number of arguments this function takes.

Gets the function’s argument name and type for the provided index.

Gets the function’s argument and type for the provided name.

Gets the return type of the function.

Gets a metadata field for the provided name. Metadata fields allow direct access to the column data found in the underlying “functions” metadata table.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.