pub struct WorkflowObjectRefPlaceholder {
pub kind: String,
}
Expand description
Fields§
§kind: String
Implementations§
Source§impl WorkflowObjectRefPlaceholder
impl WorkflowObjectRefPlaceholder
pub fn new(kind: String) -> WorkflowObjectRefPlaceholder
Trait Implementations§
Source§impl Clone for WorkflowObjectRefPlaceholder
impl Clone for WorkflowObjectRefPlaceholder
Source§fn clone(&self) -> WorkflowObjectRefPlaceholder
fn clone(&self) -> WorkflowObjectRefPlaceholder
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 WorkflowObjectRefPlaceholder
impl Debug for WorkflowObjectRefPlaceholder
Source§impl<'de> Deserialize<'de> for WorkflowObjectRefPlaceholder
impl<'de> Deserialize<'de> for WorkflowObjectRefPlaceholder
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 WorkflowObjectRefPlaceholder
impl PartialEq for WorkflowObjectRefPlaceholder
Source§fn eq(&self, other: &WorkflowObjectRefPlaceholder) -> bool
fn eq(&self, other: &WorkflowObjectRefPlaceholder) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for WorkflowObjectRefPlaceholder
Auto Trait Implementations§
impl Freeze for WorkflowObjectRefPlaceholder
impl RefUnwindSafe for WorkflowObjectRefPlaceholder
impl Send for WorkflowObjectRefPlaceholder
impl Sync for WorkflowObjectRefPlaceholder
impl Unpin for WorkflowObjectRefPlaceholder
impl UnwindSafe for WorkflowObjectRefPlaceholder
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