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