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