pub struct DefaultIndexGenerator { /* private fields */ }Implementations§
Source§impl DefaultIndexGenerator
impl DefaultIndexGenerator
pub fn new(context: GeneratorContext) -> Self
pub fn context(&self) -> &GeneratorContext
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DefaultIndexGenerator
impl !Send for DefaultIndexGenerator
impl !Sync for DefaultIndexGenerator
impl !UnwindSafe for DefaultIndexGenerator
impl Freeze for DefaultIndexGenerator
impl Unpin for DefaultIndexGenerator
impl UnsafeUnpin for DefaultIndexGenerator
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