pub struct AnySeq<'platonic, Input: Ord + PrintError>(/* private fields */);Expand description
Match any of a set of sequences of options. Set represented as a binary tree for efficient lookup.
Trait Implementations§
Auto Trait Implementations§
impl<'platonic, Input> Freeze for AnySeq<'platonic, Input>
impl<'platonic, Input> RefUnwindSafe for AnySeq<'platonic, Input>where
Input: RefUnwindSafe,
impl<'platonic, Input> Send for AnySeq<'platonic, Input>where
Input: Sync,
impl<'platonic, Input> Sync for AnySeq<'platonic, Input>where
Input: Sync,
impl<'platonic, Input> Unpin for AnySeq<'platonic, Input>
impl<'platonic, Input> UnwindSafe for AnySeq<'platonic, Input>where
Input: RefUnwindSafe,
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