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