pub struct SingleJsonQueryWithTypes {
pub id: u64,
pub method: String,
pub params: Value,
pub input_types: Value,
pub custom_types: Value,
}
Fields§
§id: u64
§method: String
§params: Value
§input_types: Value
§custom_types: Value
Implementations§
Trait Implementations§
Source§impl Clone for SingleJsonQueryWithTypes
impl Clone for SingleJsonQueryWithTypes
Source§fn clone(&self) -> SingleJsonQueryWithTypes
fn clone(&self) -> SingleJsonQueryWithTypes
Returns a copy of the value. Read more
1.0.0 · 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 SingleJsonQueryWithTypes
impl Debug for SingleJsonQueryWithTypes
Source§impl<'de> Deserialize<'de> for SingleJsonQueryWithTypes
impl<'de> Deserialize<'de> for SingleJsonQueryWithTypes
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SingleJsonQueryWithTypes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SingleJsonQueryWithTypes, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SingleJsonQueryWithTypes
impl Display for SingleJsonQueryWithTypes
Source§impl Serialize for SingleJsonQueryWithTypes
impl Serialize for SingleJsonQueryWithTypes
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for SingleJsonQueryWithTypes
impl RefUnwindSafe for SingleJsonQueryWithTypes
impl Send for SingleJsonQueryWithTypes
impl Sync for SingleJsonQueryWithTypes
impl Unpin for SingleJsonQueryWithTypes
impl UnwindSafe for SingleJsonQueryWithTypes
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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