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