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