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