pub struct IoArgoprojWorkflowV1alpha1SynchronizationStatus {
pub mutex: Option<IoArgoprojWorkflowV1alpha1MutexStatus>,
pub semaphore: Option<IoArgoprojWorkflowV1alpha1SemaphoreStatus>,
}Expand description
SynchronizationStatus stores the status of semaphore and mutex.
Fields§
§mutex: Option<IoArgoprojWorkflowV1alpha1MutexStatus>Mutex stores this workflow’s mutex holder details
semaphore: Option<IoArgoprojWorkflowV1alpha1SemaphoreStatus>Semaphore stores this workflow’s Semaphore holder details
Trait Implementations§
Source§impl Clone for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl Clone for IoArgoprojWorkflowV1alpha1SynchronizationStatus
Source§fn clone(&self) -> IoArgoprojWorkflowV1alpha1SynchronizationStatus
fn clone(&self) -> IoArgoprojWorkflowV1alpha1SynchronizationStatus
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<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl<'de> Deserialize<'de> for IoArgoprojWorkflowV1alpha1SynchronizationStatus
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 From<&IoArgoprojWorkflowV1alpha1SynchronizationStatus> for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl From<&IoArgoprojWorkflowV1alpha1SynchronizationStatus> for IoArgoprojWorkflowV1alpha1SynchronizationStatus
Source§fn from(value: &IoArgoprojWorkflowV1alpha1SynchronizationStatus) -> Self
fn from(value: &IoArgoprojWorkflowV1alpha1SynchronizationStatus) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl RefUnwindSafe for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl Send for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl Sync for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl Unpin for IoArgoprojWorkflowV1alpha1SynchronizationStatus
impl UnwindSafe for IoArgoprojWorkflowV1alpha1SynchronizationStatus
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