pub enum JsonRpcFieldSource {
Return,
Param,
}Variants§
Trait Implementations§
Source§impl Clone for JsonRpcFieldSource
impl Clone for JsonRpcFieldSource
Source§fn clone(&self) -> JsonRpcFieldSource
fn clone(&self) -> JsonRpcFieldSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JsonRpcFieldSource
impl Debug for JsonRpcFieldSource
Source§impl<'de> Deserialize<'de> for JsonRpcFieldSource
impl<'de> Deserialize<'de> for JsonRpcFieldSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for JsonRpcFieldSource
impl PartialEq for JsonRpcFieldSource
Source§fn eq(&self, other: &JsonRpcFieldSource) -> bool
fn eq(&self, other: &JsonRpcFieldSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for JsonRpcFieldSource
impl Serialize for JsonRpcFieldSource
impl Copy for JsonRpcFieldSource
impl Eq for JsonRpcFieldSource
impl StructuralPartialEq for JsonRpcFieldSource
Auto Trait Implementations§
impl Freeze for JsonRpcFieldSource
impl RefUnwindSafe for JsonRpcFieldSource
impl Send for JsonRpcFieldSource
impl Sync for JsonRpcFieldSource
impl Unpin for JsonRpcFieldSource
impl UnsafeUnpin for JsonRpcFieldSource
impl UnwindSafe for JsonRpcFieldSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more