pub struct ActionCreateInput {
pub description: String,
pub disabled: bool,
pub identifier: String,
pub yaml_path: String,
}Fields§
§description: String§disabled: bool§identifier: String§yaml_path: StringImplementations§
Trait Implementations§
Source§impl Clone for ActionCreateInput
impl Clone for ActionCreateInput
Source§fn clone(&self) -> ActionCreateInput
fn clone(&self) -> ActionCreateInput
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 ActionCreateInput
impl Debug for ActionCreateInput
Source§impl Default for ActionCreateInput
impl Default for ActionCreateInput
Source§fn default() -> ActionCreateInput
fn default() -> ActionCreateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionCreateInput
impl<'de> Deserialize<'de> for ActionCreateInput
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 ActionCreateInput
impl PartialEq for ActionCreateInput
Source§impl Serialize for ActionCreateInput
impl Serialize for ActionCreateInput
impl StructuralPartialEq for ActionCreateInput
Auto Trait Implementations§
impl Freeze for ActionCreateInput
impl RefUnwindSafe for ActionCreateInput
impl Send for ActionCreateInput
impl Sync for ActionCreateInput
impl Unpin for ActionCreateInput
impl UnwindSafe for ActionCreateInput
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