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