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