Struct nu_engine::FakeHost [−][src]
pub struct FakeHost { /* fields omitted */ }Implementations
Trait Implementations
impl Host for FakeHost[src]
impl Host for FakeHost[src]fn stdout(&mut self, out: &str)[src]
fn stderr(&mut self, out: &str)[src]
fn print_err(&mut self, err: ShellError, source: &Text)[src]
fn vars(&mut self) -> Vec<(String, String)>[src]
fn env_get(&mut self, key: OsString) -> Option<OsString>[src]
fn env_set(&mut self, key: OsString, value: OsString)[src]
fn env_rm(&mut self, key: OsString)[src]
fn width(&self) -> usize[src]
fn height(&self) -> usize[src]
fn is_external_cmd(&self, _: &str) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for FakeHost
impl Send for FakeHost
impl Sync for FakeHost
impl Unpin for FakeHost
impl UnwindSafe for FakeHost
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> SpannedItem for T[src]
impl<T> SpannedItem for T[src]impl<T> TaggedItem for T[src]
impl<T> TaggedItem for T[src]impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,