[−][src]Struct nu_plugin::jsonrpc::JsonRpc
Fields
method: Stringparams: TImplementations
impl<T> JsonRpc<T>[src]
Trait Implementations
impl<T: Debug> Debug for JsonRpc<T>[src]
impl<'de, T> Deserialize<'de> for JsonRpc<T> where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<T> Serialize for JsonRpc<T> where
T: Serialize, [src]
T: Serialize,
Auto Trait Implementations
impl<T> RefUnwindSafe for JsonRpc<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for JsonRpc<T> where
T: Send,
T: Send,
impl<T> Sync for JsonRpc<T> where
T: Sync,
T: Sync,
impl<T> Unpin for JsonRpc<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for JsonRpc<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> SpannedItem for T[src]
fn spanned(self, span: impl Into<Span>) -> Spanned<Self>[src]
fn spanned_unknown(self) -> Spanned<Self>[src]
impl<T> TaggedItem for T[src]
fn tagged(self, tag: impl Into<Tag>) -> Tagged<Self>[src]
fn tagged_unknown(self) -> Tagged<Self>[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,