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