[][src]Struct shellac_codec::AutocompRequest

pub struct AutocompRequest { /* fields omitted */ }

A ShellAC autocompletion request

Methods

impl AutocompRequest[src]

pub fn new(argv: Vec<String>, word: u16) -> Self[src]

Generate a new ShellAC autocompletion request. Panics if the word is greater than the argv length.

Trait Implementations

impl Clone for AutocompRequest[src]

impl Default for AutocompRequest[src]

impl Eq for AutocompRequest[src]

impl PartialEq<AutocompRequest> for AutocompRequest[src]

impl Debug for AutocompRequest[src]

impl Hash for AutocompRequest[src]

impl<'de> Deserialize<'de> for AutocompRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]