pub struct __StaticInitGeneratorFor_POOL;Trait Implementations§
source§impl GeneratorTolerance for __StaticInitGeneratorFor_POOL
impl GeneratorTolerance for __StaticInitGeneratorFor_POOL
const INIT_FAILURE: bool = true
const FINAL_REGISTRATION_FAILURE: bool = false
Auto Trait Implementations§
impl RefUnwindSafe for __StaticInitGeneratorFor_POOL
impl Send for __StaticInitGeneratorFor_POOL
impl Sync for __StaticInitGeneratorFor_POOL
impl Unpin for __StaticInitGeneratorFor_POOL
impl UnwindSafe for __StaticInitGeneratorFor_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