Trait librsnek::api::method::Index
[−]
[src]
pub trait Index {
fn op_index(&self, &Runtime) -> Result<RtObject, Error> { ... }
fn native_index(&self) -> Result<Integer, Error> { ... }
}
Provided Methods
fn op_index(&self, &Runtime) -> Result<RtObject, Error>
Runtime API Method $pyname
fn native_index(&self) -> Result<Integer, Error>
Native API Method $pyname
Implementors
impl Index for RtObjectimpl Index for WeakRtObjectimpl Index for Typeimpl Index for RefCountedValue<BoolValue, RefCount>impl Index for RefCountedValue<StringValue, RefCount>impl Index for RefCountedValue<CodeValue, RefCount>impl Index for RefCountedValue<ComplexValue, RefCount>impl Index for RefCountedValue<DictValue, RefCount>impl Index for RefCountedValue<FloatValue, RefCount>impl Index for RefCountedValue<FrameValue, RefCount>impl Index for RefCountedValue<FrozenSetValue, RefCount>impl Index for RefCountedValue<IntValue, RefCount>impl Index for RefCountedValue<IteratorValue, RefCount>impl Index for RefCountedValue<ListValue, RefCount>impl Index for RefCountedValue<FuncValue, RefCount>impl Index for RefCountedValue<NoneValue, RefCount>impl Index for RefCountedValue<ObjectValue, RefCount>impl Index for RefCountedValue<TypeValue, RefCount>impl Index for RefCountedValue<SetValue, RefCount>impl Index for RefCountedValue<StringValue, RefCount>impl Index for RefCountedValue<TupleValue, RefCount>