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