Struct nu_plugin::test_helpers::CallStub [−][src]
pub struct CallStub { /* fields omitted */ }Implementations
impl CallStub[src]
impl CallStub[src]pub fn new() -> Self[src]
pub fn with_named_parameter(&mut self, name: &str, value: Value) -> &mut Self[src]
pub fn with_long_flag(&mut self, name: &str) -> &mut Self[src]
pub fn with_parameter(&mut self, name: &str) -> Result<&mut Self, ShellError>[src]
pub fn create(&self) -> CallInfo[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallStub
impl Send for CallStub
impl Sync for CallStub
impl Unpin for CallStub
impl UnwindSafe for CallStub
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> 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>,