pub struct SymmetricDifference<'s>(SymmetricDifference<'s>);
Expand description
A stream of set symmetric difference over multiple streams in lexicographic order.
The 's
lifetime parameter refers to the lifetime of the underlying set.
Tuple Fields§
§0: SymmetricDifference<'s>
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for SymmetricDifference<'s>
impl<'s> !RefUnwindSafe for SymmetricDifference<'s>
impl<'s> !Send for SymmetricDifference<'s>
impl<'s> !Sync for SymmetricDifference<'s>
impl<'s> Unpin for SymmetricDifference<'s>
impl<'s> !UnwindSafe for SymmetricDifference<'s>
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