Enum twilly_cli::FilterChoice
source · pub enum FilterChoice {
Any,
Other(String),
}Expand description
The options available to filter search results.
Variants§
Any
Any option, not limited to anything.
Other(String)
One of the provided options, dependant on application state.
Auto Trait Implementations§
impl Freeze for FilterChoice
impl RefUnwindSafe for FilterChoice
impl Send for FilterChoice
impl Sync for FilterChoice
impl Unpin for FilterChoice
impl UnwindSafe for FilterChoice
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