pub enum CategorizedType {
Iterator(Vec<String>),
OptionalIterator(Vec<String>),
Tuple(Vec<String>),
Default,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CategorizedType
impl RefUnwindSafe for CategorizedType
impl Send for CategorizedType
impl Sync for CategorizedType
impl Unpin for CategorizedType
impl UnwindSafe for CategorizedType
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