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