[][src]Struct arc::ord::key::ReactKey

pub struct ReactKey(_);

Methods

impl ReactKey[src]

#[must_use] pub fn new(string: &str) -> Self[src]

#[must_use] pub fn str(&self) -> &str[src]

Trait Implementations

impl Clone for ReactKey[src]

impl Debug for ReactKey[src]

impl<'de> Deserialize<'de> for ReactKey[src]

impl Display for ReactKey[src]

impl Eq for ReactKey[src]

impl Load for ReactKey[src]

impl Ord for ReactKey[src]

impl PartialEq<ReactKey> for ReactKey[src]

impl PartialOrd<ReactKey> for ReactKey[src]

impl Save for ReactKey[src]

impl Serialize for ReactKey[src]

impl StructuralEq for ReactKey[src]

impl StructuralPartialEq for ReactKey[src]

Auto Trait Implementations

impl RefUnwindSafe for ReactKey

impl Send for ReactKey

impl Sync for ReactKey

impl Unpin for ReactKey

impl UnwindSafe for ReactKey

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Background for T[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Foreground for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]