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

pub struct MeshKey(_);

Methods

impl MeshKey[src]

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

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

Trait Implementations

impl Clone for MeshKey[src]

impl Debug for MeshKey[src]

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

impl Display for MeshKey[src]

impl Eq for MeshKey[src]

impl Load for MeshKey[src]

impl Ord for MeshKey[src]

impl PartialEq<MeshKey> for MeshKey[src]

impl PartialOrd<MeshKey> for MeshKey[src]

impl Save for MeshKey[src]

impl Serialize for MeshKey[src]

impl StructuralEq for MeshKey[src]

impl StructuralPartialEq for MeshKey[src]

Auto Trait Implementations

impl RefUnwindSafe for MeshKey

impl Send for MeshKey

impl Sync for MeshKey

impl Unpin for MeshKey

impl UnwindSafe for MeshKey

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]