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