pub struct StepRepeatExhaustedGuardCondition { /* private fields */ }Expand description
Reference to the repeating step whose cap may route one transition.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StepRepeatExhaustedGuardCondition
impl<'de> Deserialize<'de> for StepRepeatExhaustedGuardCondition
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 StepRepeatExhaustedGuardCondition
impl StructuralPartialEq for StepRepeatExhaustedGuardCondition
Auto Trait Implementations§
impl Freeze for StepRepeatExhaustedGuardCondition
impl RefUnwindSafe for StepRepeatExhaustedGuardCondition
impl Send for StepRepeatExhaustedGuardCondition
impl Sync for StepRepeatExhaustedGuardCondition
impl Unpin for StepRepeatExhaustedGuardCondition
impl UnsafeUnpin for StepRepeatExhaustedGuardCondition
impl UnwindSafe for StepRepeatExhaustedGuardCondition
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