pub struct PyEllipsis;
implDebug forPyEllipsis
[src]implPyValue forPyEllipsis
[src]fnclass(vm: &VirtualMachine) ->PyClassRef
[src]constHAVE_DICT:bool
[src]fninto_ref(self, vm: &VirtualMachine) ->PyRef<Self>
[src]fninto_ref_with_type(
self,
vm: &VirtualMachine,
cls:PyClassRef
) ->PyResult<PyRef<Self>>
[src]fninto_ref_with_type_unchecked(
self,
cls:PyClassRef,
dict:Option<PyDictRef>
) ->PyRef<Self>
[src]implRefUnwindSafe forPyEllipsis
implSend forPyEllipsis
implSync forPyEllipsis
implUnpin forPyEllipsis
implUnwindSafe forPyEllipsis
impl<T>Any for Twhere
T: 'static + ?Sized,
[src]impl<T>Borrow<T> for Twhere
T: ?Sized,
[src]impl<T>BorrowMut<T> for Twhere
T: ?Sized,
[src]fnborrow_mut(&mut self) ->&mutT
[src]impl<T>From<T> for T
[src]impl<T, U>Into<U> for Twhere
U:From<T>,
[src]impl<T>IntoPyObject for Twhere
T:PyValue,
[src]fninto_pyobject(
Self,
&VirtualMachine
) ->Result<Rc<PyObject<dynPyObjectPayload + 'static>>,PyRef<PyBaseException>>
[src]impl<T>PyObjectPayload for Twhere
T: 'static +PyValue,
[src]impl<T> Same<T> for T
typeOutput = T
Should always beSelf
impl<T, U>TryFrom<U> for Twhere
U:Into<T>,
[src]typeError =Infallible
The type returned in the event of a conversion error.
fntry_from(value: U) ->Result<T, <T asTryFrom<U>>::Error>
[src]impl<T, U>TryInto<U> for Twhere
U:TryFrom<T>,
[src]typeError = <U asTryFrom<T>>::Error
The type returned in the event of a conversion error.
fntry_into(self) ->Result<U, <U asTryFrom<T>>::Error>
[src]impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fnvzip(self) -> V