Struct rustyline::highlight::MatchingBracketHighlighter [−][src]
Implementations
impl MatchingBracketHighlighter
[src]
Trait Implementations
impl Default for MatchingBracketHighlighter
[src]
impl Highlighter for MatchingBracketHighlighter
[src]
fn highlight<'l>(&self, line: &'l str, _pos: usize) -> Cow<'l, str>
[src]
fn highlight_char(&self, line: &str, pos: usize) -> bool
[src]
fn highlight_prompt<'b, 's: 'b, 'p: 'b>(
&'s self,
prompt: &'p str,
default: bool
) -> Cow<'b, str>
[src]
&'s self,
prompt: &'p str,
default: bool
) -> Cow<'b, str>
fn highlight_hint<'h>(&self, hint: &'h str) -> Cow<'h, str>
[src]
fn highlight_candidate<'c>(
&self,
candidate: &'c str,
completion: CompletionType
) -> Cow<'c, str>
[src]
&self,
candidate: &'c str,
completion: CompletionType
) -> Cow<'c, str>
Auto Trait Implementations
impl !RefUnwindSafe for MatchingBracketHighlighter
impl Send for MatchingBracketHighlighter
impl !Sync for MatchingBracketHighlighter
impl Unpin for MatchingBracketHighlighter
impl UnwindSafe for MatchingBracketHighlighter
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> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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>,