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