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