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