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