Enum nu_plugin::jsonrpc::NuCommand [−][src]
pub enum NuCommand {
config,
begin_filter {
params: CallInfo,
},
filter {
params: Value,
},
end_filter,
sink {
params: (CallInfo, Vec<Value>),
},
quit,
}Variants
Show fields
Fields of begin_filter
params: CallInfoShow fields
Fields of filter
params: ValueTrait Implementations
impl<'de> Deserialize<'de> for NuCommand[src]
impl<'de> Deserialize<'de> for NuCommand[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NuCommand
impl Send for NuCommand
impl Sync for NuCommand
impl Unpin for NuCommand
impl UnwindSafe for NuCommand
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>, pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,