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