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