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