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