pub enum InputConsume {
None,
Hit,
All,
}
Variants§
Trait Implementations§
Source§impl Clone for InputConsume
impl Clone for InputConsume
Source§fn clone(&self) -> InputConsume
fn clone(&self) -> InputConsume
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputConsume
impl Debug for InputConsume
Source§impl Default for InputConsume
impl Default for InputConsume
Source§fn default() -> InputConsume
fn default() -> InputConsume
Returns the “default value” for a type. Read more
Source§impl PartialEq for InputConsume
impl PartialEq for InputConsume
impl Copy for InputConsume
impl Eq for InputConsume
impl StructuralPartialEq for InputConsume
Auto Trait Implementations§
impl Freeze for InputConsume
impl RefUnwindSafe for InputConsume
impl Send for InputConsume
impl Sync for InputConsume
impl Unpin for InputConsume
impl UnwindSafe for InputConsume
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