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