Struct pbni::ArgumentsRef[][src]

pub struct ArgumentsRef<'args> { /* fields omitted */ }
Expand description

过程调用参数列表对象的引用,此对象不可增加参数

Implementations

获取引用元素迭代器

参数数量

获取参数值

Panics

索引越界时会触发Panic

尝试获取参数值

Trait Implementations

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. 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

Performs the conversion.

Performs the conversion.

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.