pub struct JavascriptCommandParameters {
    pub script: String,
    pub args: Option<Vec<Value>>,
}Fields§
§script: String§args: Option<Vec<Value>>Trait Implementations§
Source§impl Debug for JavascriptCommandParameters
 
impl Debug for JavascriptCommandParameters
Source§impl<'de> Deserialize<'de> for JavascriptCommandParameters
 
impl<'de> Deserialize<'de> for JavascriptCommandParameters
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 JavascriptCommandParameters
Auto Trait Implementations§
impl Freeze for JavascriptCommandParameters
impl RefUnwindSafe for JavascriptCommandParameters
impl Send for JavascriptCommandParameters
impl Sync for JavascriptCommandParameters
impl Unpin for JavascriptCommandParameters
impl UnwindSafe for JavascriptCommandParameters
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