Struct rust_rpg_toolkit::prelude::Handle [−][src]
pub struct Handle<T> where
T: 'static, { /* fields omitted */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Handle<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Handle<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more