pub struct __StaticInitGeneratorFor_CHROME_108;
Available on Linux or Android or FreeBSD or DragonFly BSD or NetBSD or OpenBSD or Solaris or illumos or Emscripten or Haiku or L4Re or Fuchsia or Redox or
target_os="vxworks"
or Windows or macOS or iOS only.Trait Implementations§
Source§impl Generator<FingerprintSet> for __StaticInitGeneratorFor_CHROME_108
impl Generator<FingerprintSet> for __StaticInitGeneratorFor_CHROME_108
fn generate(&self) -> FingerprintSet
Source§impl GeneratorTolerance for __StaticInitGeneratorFor_CHROME_108
impl GeneratorTolerance for __StaticInitGeneratorFor_CHROME_108
const INIT_FAILURE: bool = true
const FINAL_REGISTRATION_FAILURE: bool = false
Auto Trait Implementations§
impl Freeze for __StaticInitGeneratorFor_CHROME_108
impl RefUnwindSafe for __StaticInitGeneratorFor_CHROME_108
impl Send for __StaticInitGeneratorFor_CHROME_108
impl Sync for __StaticInitGeneratorFor_CHROME_108
impl Unpin for __StaticInitGeneratorFor_CHROME_108
impl UnwindSafe for __StaticInitGeneratorFor_CHROME_108
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