pub struct MapGenerator { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for MapGenerator
impl RefUnwindSafe for MapGenerator
impl Send for MapGenerator
impl Sync for MapGenerator
impl Unpin for MapGenerator
impl UnwindSafe for MapGenerator
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