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