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