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