[][src]Struct atomic_hooks::TopoKey

pub struct TopoKey {
    pub ctx: Option<SlottedKey>,
    pub id: Id,
}

Fields

ctx: Option<SlottedKey>id: Id

Trait Implementations

impl Clone for TopoKey[src]

impl Copy for TopoKey[src]

impl Debug for TopoKey[src]

impl Eq for TopoKey[src]

impl Hash for TopoKey[src]

impl PartialEq<TopoKey> for TopoKey[src]

impl StructuralEq for TopoKey[src]

impl StructuralPartialEq for TopoKey[src]

Auto Trait Implementations

impl RefUnwindSafe for TopoKey

impl Send for TopoKey

impl Sync for TopoKey

impl Unpin for TopoKey

impl UnwindSafe for TopoKey

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<T> DebugAny for T where
    T: Any + Debug
[src]

impl<T> Erased for T

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

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

impl<T> Slottable for T where
    T: Copy
[src]

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

type Owned = T

The resulting type after obtaining ownership.

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<T> UnsafeAny for T where
    T: Any