pub struct Level4Config {
pub workflow_step_types: Vec<String>,
}Expand description
Level 4 — The plugin registers backend services / workflow step types.
Fields§
§workflow_step_types: Vec<String>Step type IDs this plugin registers (e.g. [“p4_sync”, “p4_submit”]).
Trait Implementations§
Source§impl Clone for Level4Config
impl Clone for Level4Config
Source§fn clone(&self) -> Level4Config
fn clone(&self) -> Level4Config
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Level4Config
impl Debug for Level4Config
Source§impl Default for Level4Config
impl Default for Level4Config
Source§fn default() -> Level4Config
fn default() -> Level4Config
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Level4Config
impl<'de> Deserialize<'de> for Level4Config
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 Level4Config
impl RefUnwindSafe for Level4Config
impl Send for Level4Config
impl Sync for Level4Config
impl Unpin for Level4Config
impl UnsafeUnpin for Level4Config
impl UnwindSafe for Level4Config
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