[][src]Trait pui::Handle

pub unsafe trait Handle: Clone + Eq { }

A handle to an Identifier.

Safety

It is a safety bug for Self to be modified in such a way that its equality, as determined by the Eq trait, changes when compared using PartialEq::Eq or when cloned via Clone::clone. This is normally only possible through Cell, RefCell, global state, I/O, or unsafe code.

Implementors

impl Handle for ScopedHandle<'_>[src]

impl<I: IdAlloc> Handle for RuntimeHandle<I>[src]

impl<T> Handle for pui::typeid::TypeHandle<T>[src]

impl<T> Handle for pui::typeid_tl::TypeHandle<T>[src]

This is supported on crate feature std only.
Loading content...