Struct xplr::app::Pipe[][src]

pub struct Pipe { /* fields omitted */ }

Implementations

impl Pipe[src]

pub fn msg_in(&self) -> &String[src]

Get a reference to the pipe’s msg in.

pub fn focus_out(&self) -> &String[src]

Get a reference to the pipe’s focus out.

pub fn selection_out(&self) -> &String[src]

Get a reference to the pipe’s selection out.

pub fn result_out(&self) -> &String[src]

Get a reference to the pipe’s result out.

pub fn mode_out(&self) -> &String[src]

Get a reference to the pipe’s mode out.

pub fn directory_nodes_out(&self) -> &String[src]

Get a reference to the pipe’s directory nodes out.

pub fn global_help_menu_out(&self) -> &String[src]

Get a reference to the pipe’s global help menu out.

pub fn logs_out(&self) -> &String[src]

Get a reference to the pipe’s logs out.

pub fn history_out(&self) -> &String[src]

Get a reference to the pipe’s history out.

Trait Implementations

impl Clone for Pipe[src]

impl Debug for Pipe[src]

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

impl Serialize for Pipe[src]

Auto Trait Implementations

impl RefUnwindSafe for Pipe

impl Send for Pipe

impl Sync for Pipe

impl Unpin for Pipe

impl UnwindSafe for Pipe

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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.