pub struct CheckFlag {
pub key: String,
}Expand description
Condition: reads a bool from the blackboard.
Fields§
§key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CheckFlag
impl RefUnwindSafe for CheckFlag
impl Send for CheckFlag
impl Sync for CheckFlag
impl Unpin for CheckFlag
impl UnsafeUnpin for CheckFlag
impl UnwindSafe for CheckFlag
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