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