pub struct TransId(/* private fields */);Expand description
An identifier for a transformation operation.
Trait Implementations§
Source§impl<'a, 'py> FromPyObject<'a, 'py> for TransId
impl<'a, 'py> FromPyObject<'a, 'py> for TransId
Source§impl<'py> IntoPyObject<'py> for TransId
impl<'py> IntoPyObject<'py> for TransId
impl Eq for TransId
impl StructuralPartialEq for TransId
Auto Trait Implementations§
impl Freeze for TransId
impl RefUnwindSafe for TransId
impl Send for TransId
impl Sync for TransId
impl Unpin for TransId
impl UnwindSafe for TransId
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<'py, T> IntoPyObjectExt<'py> for Twhere
T: IntoPyObject<'py>,
impl<'py, T> IntoPyObjectExt<'py> for Twhere
T: IntoPyObject<'py>,
Source§fn into_bound_py_any(self, py: Python<'py>) -> Result<Bound<'py, PyAny>, PyErr>
fn into_bound_py_any(self, py: Python<'py>) -> Result<Bound<'py, PyAny>, PyErr>
Converts
self into an owned Python object, dropping type information.