Structs§
- Borrowed
Params - Parameters in a method that might be borrowed in the return type.
- Method
- A method declared in the
implassociated with an FFI struct. Includes both static and non-static methods, which can be distinguished by inspectingMethod::self_param. - Param
- A parameter taken by a
Method, not includingself. - Self
Param - The
selfparameter taken by aMethod.
Enums§
- Lifetime
Kind - The type of lifetime.