pub struct ZRUNTIME_POOL { /* private fields */ }
Trait Implementations§
Source§impl Deref for ZRUNTIME_POOL
impl Deref for ZRUNTIME_POOL
Source§type Target = ZRuntimePool
type Target = ZRuntimePool
The resulting type after dereferencing.
Source§fn deref(&self) -> &ZRuntimePool
fn deref(&self) -> &ZRuntimePool
Dereferences the value.
impl LazyStatic for ZRUNTIME_POOL
Auto Trait Implementations§
impl Freeze for ZRUNTIME_POOL
impl RefUnwindSafe for ZRUNTIME_POOL
impl Send for ZRUNTIME_POOL
impl Sync for ZRUNTIME_POOL
impl Unpin for ZRUNTIME_POOL
impl UnwindSafe for ZRUNTIME_POOL
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more