pyo3
0.23.3
Sealed
Implementations on Foreign Types
&'a (T0, T1)
&'a (T0, T1, T2)
&'a (T0, T1, T2, T3)
&'a (T0, T1, T2, T3, T4)
&'a (T0, T1, T2, T3, T4, T5)
&'a (T0, T1, T2, T3, T4, T5, T6)
&'a (T0, T1, T2, T3, T4, T5, T6, T7)
&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8)
&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
&'a (T0,)
()
(T0, T1)
(T0, T1, T2)
(T0, T1, T2, T3)
(T0, T1, T2, T3, T4)
(T0, T1, T2, T3, T4, T5)
(T0, T1, T2, T3, T4, T5, T6)
(T0, T1, T2, T3, T4, T5, T6, T7)
(T0, T1, T2, T3, T4, T5, T6, T7, T8)
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
(T0,)
Implementors
In pyo3::
call::
private
pyo3
::
call
::
private
Trait
Sealed
Copy item path
Source
pub trait Sealed { }
Implementations on Foreign Types
§
Source
§
impl
Sealed
for
()
Source
§
impl<'a, 'py, T0>
Sealed
for &'a
(T0,)
where
&'a T0
:
IntoPyObject
<'py>, T0: 'a,
Source
§
impl<'a, 'py, T0, T1>
Sealed
for &'a
(T0, T1)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>, T0: 'a, T1: 'a,
Source
§
impl<'a, 'py, T0, T1, T2>
Sealed
for &'a
(T0, T1, T2)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3>
Sealed
for &'a
(T0, T1, T2, T3)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4>
Sealed
for &'a
(T0, T1, T2, T3, T4)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6, T7>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6, T7)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>,
&'a T7
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6, T7, T8>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6, T7, T8)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>,
&'a T7
:
IntoPyObject
<'py>,
&'a T8
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>,
&'a T7
:
IntoPyObject
<'py>,
&'a T8
:
IntoPyObject
<'py>,
&'a T9
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, T9: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>,
&'a T7
:
IntoPyObject
<'py>,
&'a T8
:
IntoPyObject
<'py>,
&'a T9
:
IntoPyObject
<'py>,
&'a T10
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, T9: 'a, T10: 'a,
Source
§
impl<'a, 'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Sealed
for &'a
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where
&'a T0
:
IntoPyObject
<'py>,
&'a T1
:
IntoPyObject
<'py>,
&'a T2
:
IntoPyObject
<'py>,
&'a T3
:
IntoPyObject
<'py>,
&'a T4
:
IntoPyObject
<'py>,
&'a T5
:
IntoPyObject
<'py>,
&'a T6
:
IntoPyObject
<'py>,
&'a T7
:
IntoPyObject
<'py>,
&'a T8
:
IntoPyObject
<'py>,
&'a T9
:
IntoPyObject
<'py>,
&'a T10
:
IntoPyObject
<'py>,
&'a T11
:
IntoPyObject
<'py>, T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, T9: 'a, T10: 'a, T11: 'a,
Source
§
impl<'py, T0>
Sealed
for
(T0,)
where T0:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1>
Sealed
for
(T0, T1)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2>
Sealed
for
(T0, T1, T2)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3>
Sealed
for
(T0, T1, T2, T3)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4>
Sealed
for
(T0, T1, T2, T3, T4)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5>
Sealed
for
(T0, T1, T2, T3, T4, T5)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6, T7>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6, T7)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>, T7:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6, T7, T8>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6, T7, T8)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>, T7:
IntoPyObject
<'py>, T8:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>, T7:
IntoPyObject
<'py>, T8:
IntoPyObject
<'py>, T9:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>, T7:
IntoPyObject
<'py>, T8:
IntoPyObject
<'py>, T9:
IntoPyObject
<'py>, T10:
IntoPyObject
<'py>,
Source
§
impl<'py, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Sealed
for
(T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)
where T0:
IntoPyObject
<'py>, T1:
IntoPyObject
<'py>, T2:
IntoPyObject
<'py>, T3:
IntoPyObject
<'py>, T4:
IntoPyObject
<'py>, T5:
IntoPyObject
<'py>, T6:
IntoPyObject
<'py>, T7:
IntoPyObject
<'py>, T8:
IntoPyObject
<'py>, T9:
IntoPyObject
<'py>, T10:
IntoPyObject
<'py>, T11:
IntoPyObject
<'py>,
Implementors
§
Source
§
impl
Sealed
for
Bound
<'_,
PyTuple
>
Source
§
impl
Sealed
for
Py
<
PyTuple
>
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here