pub struct StepRepeatExhaustedGuardCondition { /* private fields */ }Expand description
Reference to the repeating step whose cap may route one transition.
Implementations§
Trait Implementations§
Source§impl Clone for StepRepeatExhaustedGuardCondition
impl Clone for StepRepeatExhaustedGuardCondition
Source§fn clone(&self) -> StepRepeatExhaustedGuardCondition
fn clone(&self) -> StepRepeatExhaustedGuardCondition
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<'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