pub struct ActAssignmentHost {
pub kind: ActAssignmentHostKind,
pub trigger_ref: Option<String>,
pub scope_set: Option<Vec<String>>,
pub actor: Option<ActAssignmentActor>,
}Fields§
§kind: ActAssignmentHostKind§trigger_ref: Option<String>§scope_set: Option<Vec<String>>§actor: Option<ActAssignmentActor>Trait Implementations§
Source§impl Clone for ActAssignmentHost
impl Clone for ActAssignmentHost
Source§fn clone(&self) -> ActAssignmentHost
fn clone(&self) -> ActAssignmentHost
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 ActAssignmentHost
impl Debug for ActAssignmentHost
Source§impl<'de> Deserialize<'de> for ActAssignmentHost
impl<'de> Deserialize<'de> for ActAssignmentHost
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
impl Eq for ActAssignmentHost
Source§impl PartialEq for ActAssignmentHost
impl PartialEq for ActAssignmentHost
Source§fn eq(&self, other: &ActAssignmentHost) -> bool
fn eq(&self, other: &ActAssignmentHost) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ActAssignmentHost
impl RunxSchema for ActAssignmentHost
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ActAssignmentHost
impl Serialize for ActAssignmentHost
impl StructuralPartialEq for ActAssignmentHost
Auto Trait Implementations§
impl Freeze for ActAssignmentHost
impl RefUnwindSafe for ActAssignmentHost
impl Send for ActAssignmentHost
impl Sync for ActAssignmentHost
impl Unpin for ActAssignmentHost
impl UnsafeUnpin for ActAssignmentHost
impl UnwindSafe for ActAssignmentHost
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