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