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