Structs§
- Borrowed
Params - Parameters in a method that might be borrowed in the return type.
- Method
- A method declared in the
impl
associated 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
self
parameter taken by aMethod
.
Enums§
- Lifetime
Kind - The type of lifetime.