Struct fst_no_std::set::Union
source · pub struct Union<'s>(/* private fields */);Expand description
A stream of set union over multiple streams in lexicographic order.
The 's lifetime parameter refers to the lifetime of the underlying set.
Trait Implementations§
Auto Trait Implementations§
impl<'s> !RefUnwindSafe for Union<'s>
impl<'s> !Send for Union<'s>
impl<'s> !Sync for Union<'s>
impl<'s> Unpin for Union<'s>
impl<'s> !UnwindSafe for Union<'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