pub struct TransitionCondition { /* private fields */ }
Trait Implementations§
Source§impl Debug for TransitionCondition
impl Debug for TransitionCondition
Source§impl Default for TransitionCondition
impl Default for TransitionCondition
Source§fn default() -> TransitionCondition
fn default() -> TransitionCondition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for TransitionCondition
impl !RefUnwindSafe for TransitionCondition
impl Send for TransitionCondition
impl !Sync for TransitionCondition
impl Unpin for TransitionCondition
impl UnwindSafe for TransitionCondition
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