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