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