pub struct ActionOutput {
pub description: Option<String>,
pub value: Option<String>,
}Expand description
Action Output structure
Fields§
§description: Option<String>Output Description
value: Option<String>Output Value
Trait Implementations§
Source§impl Debug for ActionOutput
impl Debug for ActionOutput
Source§impl Default for ActionOutput
impl Default for ActionOutput
Source§fn default() -> ActionOutput
fn default() -> ActionOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionOutput
impl<'de> Deserialize<'de> for ActionOutput
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 ActionOutput
impl PartialEq for ActionOutput
Source§impl Serialize for ActionOutput
impl Serialize for ActionOutput
impl StructuralPartialEq for ActionOutput
Auto Trait Implementations§
impl Freeze for ActionOutput
impl RefUnwindSafe for ActionOutput
impl Send for ActionOutput
impl Sync for ActionOutput
impl Unpin for ActionOutput
impl UnwindSafe for ActionOutput
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