pub struct ActionParameters {
pub description: Option<String>,
}Fields§
§description: Option<String>Trait Implementations§
Source§impl Clone for ActionParameters
impl Clone for ActionParameters
Source§fn clone(&self) -> ActionParameters
fn clone(&self) -> ActionParameters
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 ActionParameters
impl Debug for ActionParameters
Source§impl<'de> Deserialize<'de> for ActionParameters
impl<'de> Deserialize<'de> for ActionParameters
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 ActionParameters
impl RefUnwindSafe for ActionParameters
impl Send for ActionParameters
impl Sync for ActionParameters
impl Unpin for ActionParameters
impl UnsafeUnpin for ActionParameters
impl UnwindSafe for ActionParameters
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