Struct hazardflow_designs::std::combinators::zip_any::ZipAnyH
source · pub struct ZipAnyH<H1: Hazard, H2: Hazard> { /* private fields */ }
Expand description
Hazard specification for zip-any with two interfaces.
Trait Implementations§
impl<H1: Copy + Hazard, H2: Copy + Hazard> Copy for ZipAnyH<H1, H2>
Auto Trait Implementations§
impl<H1, H2> RefUnwindSafe for ZipAnyH<H1, H2>where
H1: RefUnwindSafe,
H2: RefUnwindSafe,
impl<H1, H2> Send for ZipAnyH<H1, H2>
impl<H1, H2> Sync for ZipAnyH<H1, H2>
impl<H1, H2> Unpin for ZipAnyH<H1, H2>
impl<H1, H2> UnwindSafe for ZipAnyH<H1, H2>where
H1: UnwindSafe,
H2: UnwindSafe,
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