[−][src]Enum alacritty::config::bindings::SearchAction
Search mode specific actions.
Variants
Move the focus to the next search match.
Move the focus to the previous search match.
Confirm the active search.
Cancel the active search.
Reset the search regex.
Delete the last word in the search regex.
Go to the previous regex in the search history.
Go to the next regex in the search history.
Trait Implementations
impl Clone for SearchAction
[src]
fn clone(&self) -> SearchAction
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SearchAction
[src]
impl Debug for SearchAction
[src]
impl<'de> Deserialize<'de> for SearchAction
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
D: Deserializer<'de>,
impl Eq for SearchAction
[src]
impl From<SearchAction> for Action
[src]
fn from(action: SearchAction) -> Self
[src]
impl PartialEq<SearchAction> for SearchAction
[src]
fn eq(&self, other: &SearchAction) -> bool
[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for SearchAction
[src]
impl StructuralPartialEq for SearchAction
[src]
Auto Trait Implementations
impl RefUnwindSafe for SearchAction
impl Send for SearchAction
impl Sync for SearchAction
impl Unpin for SearchAction
impl UnwindSafe for SearchAction
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ResetDiscriminant<T> for T where
T: Copy,
[src]
T: Copy,
pub fn discriminant(&self) -> T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,