pub struct Python<'el> { /* private fields */ }
Expand description
Python token specialization.
Implementations§
Trait Implementations§
Source§impl<'el> Custom for Python<'el>
impl<'el> Custom for Python<'el>
Source§impl<'el> Ord for Python<'el>
impl<'el> Ord for Python<'el>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'el> PartialOrd for Python<'el>
impl<'el> PartialOrd for Python<'el>
impl<'el> Eq for Python<'el>
impl<'el> StructuralPartialEq for Python<'el>
Auto Trait Implementations§
impl<'el> Freeze for Python<'el>
impl<'el> RefUnwindSafe for Python<'el>
impl<'el> !Send for Python<'el>
impl<'el> !Sync for Python<'el>
impl<'el> Unpin for Python<'el>
impl<'el> UnwindSafe for Python<'el>
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<'el, C> IntoTokens<'el, C> for Cwhere
C: Custom,
impl<'el, C> IntoTokens<'el, C> for Cwhere
C: Custom,
Source§fn into_tokens(self) -> Tokens<'el, C>
fn into_tokens(self) -> Tokens<'el, C>
Convert the type into tokens.