pub struct MapperFactory;Implementations§
Auto Trait Implementations§
impl Freeze for MapperFactory
impl RefUnwindSafe for MapperFactory
impl Send for MapperFactory
impl Sync for MapperFactory
impl Unpin for MapperFactory
impl UnsafeUnpin for MapperFactory
impl UnwindSafe for MapperFactory
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