Struct arret::subcommand::repl::arret_helper::ArretHelper[][src]

pub struct ArretHelper {
    all_names: Vec<DataStr>,
}

Implementation of Rustyline’s Helper trait

Fields

all_names: Vec<DataStr>

Implementations

impl ArretHelper[src]

pub fn new(bound_names: Vec<DataStr>) -> ArretHelper[src]

Trait Implementations

impl Completer for ArretHelper[src]

type Candidate = String

Specific completion candidate.

impl Highlighter for ArretHelper[src]

impl Hinter for ArretHelper[src]

type Hint = String

Specific hint type

impl Validator for ArretHelper[src]

impl Helper for ArretHelper[src]

Auto Trait Implementations

impl RefUnwindSafe for ArretHelper

impl Send for ArretHelper

impl Sync for ArretHelper

impl Unpin for ArretHelper

impl UnwindSafe for ArretHelper

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.