[−][src]Struct pui_core::dynamic::DynamicToken
A token that is recognized by Dynamic
Implementations
impl<A: ScalarAllocator<Scalar = ()>> DynamicToken<A>[src]
impl<A: ScalarAllocator> DynamicToken<A>[src]
Trait Implementations
impl<A: ScalarAllocator> Clone for DynamicToken<A>[src]
pub fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<A: ScalarAllocator> Copy for DynamicToken<A> where
A::Scalar: Copy, [src]
A::Scalar: Copy,
impl<A: Debug + ScalarAllocator> Debug for DynamicToken<A> where
A::Scalar: Debug,
A::AutoTraits: Debug, [src]
A::Scalar: Debug,
A::AutoTraits: Debug,
impl<A: ScalarAllocator<Scalar = ()>> Default for DynamicToken<A>[src]
impl<A: ScalarAllocator> Eq for DynamicToken<A>[src]
impl<A: ScalarAllocator> Hash for DynamicToken<A> where
A::Scalar: Hash, [src]
A::Scalar: Hash,
pub fn hash<H: Hasher>(&self, state: &mut H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<A: ScalarAllocator<Scalar = ()>> Init for DynamicToken<A>[src]
impl<A: ScalarAllocator> Ord for DynamicToken<A> where
A::Scalar: Ord, [src]
A::Scalar: Ord,
pub fn cmp(&self, other: &Self) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl<A: ScalarAllocator> PartialEq<DynamicToken<A>> for DynamicToken<A>[src]
pub fn eq(&self, other: &Self) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<A: ScalarAllocator> PartialOrd<DynamicToken<A>> for DynamicToken<A> where
A::Scalar: PartialOrd, [src]
A::Scalar: PartialOrd,
pub fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<A: ScalarAllocator> Token for DynamicToken<A>[src]
impl<A: ScalarAllocator<Scalar = ()>> Trivial for DynamicToken<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for DynamicToken<A> where
<A as ScalarAllocator>::AutoTraits: RefUnwindSafe,
<A as ScalarAllocator>::Scalar: RefUnwindSafe, [src]
<A as ScalarAllocator>::AutoTraits: RefUnwindSafe,
<A as ScalarAllocator>::Scalar: RefUnwindSafe,
impl<A> Send for DynamicToken<A> where
<A as ScalarAllocator>::AutoTraits: Send,
<A as ScalarAllocator>::Scalar: Send, [src]
<A as ScalarAllocator>::AutoTraits: Send,
<A as ScalarAllocator>::Scalar: Send,
impl<A> Sync for DynamicToken<A> where
<A as ScalarAllocator>::AutoTraits: Sync,
<A as ScalarAllocator>::Scalar: Sync, [src]
<A as ScalarAllocator>::AutoTraits: Sync,
<A as ScalarAllocator>::Scalar: Sync,
impl<A> Unpin for DynamicToken<A> where
<A as ScalarAllocator>::AutoTraits: Unpin,
<A as ScalarAllocator>::Scalar: Unpin, [src]
<A as ScalarAllocator>::AutoTraits: Unpin,
<A as ScalarAllocator>::Scalar: Unpin,
impl<A> UnwindSafe for DynamicToken<A> where
<A as ScalarAllocator>::AutoTraits: UnwindSafe,
<A as ScalarAllocator>::Scalar: UnwindSafe, [src]
<A as ScalarAllocator>::AutoTraits: UnwindSafe,
<A as ScalarAllocator>::Scalar: UnwindSafe,
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,
pub 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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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.
pub 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>,