pub struct CommandExecParams {
pub extra: Map<String, Value>,
}Fields§
§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for CommandExecParams
impl Clone for CommandExecParams
Source§fn clone(&self) -> CommandExecParams
fn clone(&self) -> CommandExecParams
Returns a duplicate 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 CommandExecParams
impl Debug for CommandExecParams
Source§impl Default for CommandExecParams
impl Default for CommandExecParams
Source§fn default() -> CommandExecParams
fn default() -> CommandExecParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommandExecParams
impl<'de> Deserialize<'de> for CommandExecParams
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
Auto Trait Implementations§
impl Freeze for CommandExecParams
impl RefUnwindSafe for CommandExecParams
impl Send for CommandExecParams
impl Sync for CommandExecParams
impl Unpin for CommandExecParams
impl UnsafeUnpin for CommandExecParams
impl UnwindSafe for CommandExecParams
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