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