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