pub struct ZRuntimePoolGuard;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZRuntimePoolGuard
impl RefUnwindSafe for ZRuntimePoolGuard
impl Send for ZRuntimePoolGuard
impl Sync for ZRuntimePoolGuard
impl Unpin for ZRuntimePoolGuard
impl UnwindSafe for ZRuntimePoolGuard
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