pub enum ClosureFunction {
All,
None,
Some,
One,
Filter,
Map,
FlatMap,
Count,
}
Variants§
Trait Implementations§
Source§impl Clone for ClosureFunction
impl Clone for ClosureFunction
Source§fn clone(&self) -> ClosureFunction
fn clone(&self) -> ClosureFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClosureFunction
impl Debug for ClosureFunction
Source§impl Display for ClosureFunction
impl Display for ClosureFunction
Source§impl<'_derivative_strum> From<&'_derivative_strum ClosureFunction> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ClosureFunction> for &'static str
Source§fn from(x: &'_derivative_strum ClosureFunction) -> &'static str
fn from(x: &'_derivative_strum ClosureFunction) -> &'static str
Converts to this type from the input type.
Source§impl From<ClosureFunction> for &'static str
impl From<ClosureFunction> for &'static str
Source§fn from(x: ClosureFunction) -> &'static str
fn from(x: ClosureFunction) -> &'static str
Converts to this type from the input type.
Source§impl FromStr for ClosureFunction
impl FromStr for ClosureFunction
Source§impl Hash for ClosureFunction
impl Hash for ClosureFunction
Source§impl IntoEnumIterator for ClosureFunction
impl IntoEnumIterator for ClosureFunction
type Iterator = ClosureFunctionIter
fn iter() -> ClosureFunctionIter ⓘ
Source§impl PartialEq for ClosureFunction
impl PartialEq for ClosureFunction
Source§impl TryFrom<&str> for ClosureFunction
impl TryFrom<&str> for ClosureFunction
impl Copy for ClosureFunction
impl Eq for ClosureFunction
impl StructuralPartialEq for ClosureFunction
Auto Trait Implementations§
impl Freeze for ClosureFunction
impl RefUnwindSafe for ClosureFunction
impl Send for ClosureFunction
impl Sync for ClosureFunction
impl Unpin for ClosureFunction
impl UnwindSafe for ClosureFunction
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