pub struct GeneratorRegistry { /* private fields */ }Expand description
Name-based registry for generator implementations.
Implementations§
Trait Implementations§
Source§impl Default for GeneratorRegistry
impl Default for GeneratorRegistry
Source§fn default() -> GeneratorRegistry
fn default() -> GeneratorRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GeneratorRegistry
impl !RefUnwindSafe for GeneratorRegistry
impl !Send for GeneratorRegistry
impl !Sync for GeneratorRegistry
impl Unpin for GeneratorRegistry
impl UnsafeUnpin for GeneratorRegistry
impl !UnwindSafe for GeneratorRegistry
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