pub struct StringIdFactory { /* private fields */ }Expand description
A convenience structure used to produce String IDs. It stores all previously used query IDs. When possible, it reuses a string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringIdFactory
impl RefUnwindSafe for StringIdFactory
impl !Send for StringIdFactory
impl !Sync for StringIdFactory
impl Unpin for StringIdFactory
impl UnwindSafe for StringIdFactory
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