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