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