pub struct CallInput {
pub config: Value,
pub messages: Vec<Value>,
pub singleflight_key: Option<String>,
}Fields§
§config: Value§messages: Vec<Value>§singleflight_key: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CallInput
impl<'de> Deserialize<'de> for CallInput
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
impl StructuralPartialEq for CallInput
Auto Trait Implementations§
impl Freeze for CallInput
impl RefUnwindSafe for CallInput
impl Send for CallInput
impl Sync for CallInput
impl Unpin for CallInput
impl UnsafeUnpin for CallInput
impl UnwindSafe for CallInput
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