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

pub struct SurfKey(_);

Methods

impl SurfKey[src]

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

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

Trait Implementations

impl Clone for SurfKey[src]

impl Debug for SurfKey[src]

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

impl Display for SurfKey[src]

impl Eq for SurfKey[src]

impl Load for SurfKey[src]

impl Ord for SurfKey[src]

impl PartialEq<SurfKey> for SurfKey[src]

impl PartialOrd<SurfKey> for SurfKey[src]

impl Save for SurfKey[src]

impl Serialize for SurfKey[src]

impl StructuralEq for SurfKey[src]

impl StructuralPartialEq for SurfKey[src]

Auto Trait Implementations

impl RefUnwindSafe for SurfKey

impl Send for SurfKey

impl Sync for SurfKey

impl Unpin for SurfKey

impl UnwindSafe for SurfKey

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]