[−][src]Struct rustpython_vm::types::TypeZoo
Holder of references to builtin types.
Fields
bytes_type: PyClassRef
bytesiterator_type: PyClassRef
bytearray_type: PyClassRef
bytearrayiterator_type: PyClassRef
bool_type: PyClassRef
classmethod_type: PyClassRef
code_type: PyClassRef
coroutine_type: PyClassRef
coroutine_wrapper_type: PyClassRef
dict_type: PyClassRef
enumerate_type: PyClassRef
filter_type: PyClassRef
float_type: PyClassRef
frame_type: PyClassRef
frozenset_type: PyClassRef
generator_type: PyClassRef
int_type: PyClassRef
iter_type: PyClassRef
complex_type: PyClassRef
list_type: PyClassRef
listiterator_type: PyClassRef
listreverseiterator_type: PyClassRef
striterator_type: PyClassRef
strreverseiterator_type: PyClassRef
dictkeyiterator_type: PyClassRef
dictvalueiterator_type: PyClassRef
dictitemiterator_type: PyClassRef
dictkeys_type: PyClassRef
dictvalues_type: PyClassRef
dictitems_type: PyClassRef
map_type: PyClassRef
memoryview_type: PyClassRef
tuple_type: PyClassRef
tupleiterator_type: PyClassRef
set_type: PyClassRef
staticmethod_type: PyClassRef
super_type: PyClassRef
str_type: PyClassRef
range_type: PyClassRef
rangeiterator_type: PyClassRef
slice_type: PyClassRef
type_type: PyClassRef
zip_type: PyClassRef
function_type: PyClassRef
builtin_function_or_method_type: PyClassRef
method_descriptor_type: PyClassRef
property_type: PyClassRef
readonly_property_type: PyClassRef
getset_type: PyClassRef
module_type: PyClassRef
namespace_type: PyClassRef
bound_method_type: PyClassRef
weakref_type: PyClassRef
weakproxy_type: PyClassRef
mappingproxy_type: PyClassRef
traceback_type: PyClassRef
object_type: PyClassRef
Methods
impl TypeZoo
[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TypeZoo
impl !Send for TypeZoo
impl !Sync for TypeZoo
impl Unpin for TypeZoo
impl !UnwindSafe for TypeZoo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,