pub struct SetFlag {
pub key: String,
pub value: bool,
}Expand description
Action: set a blackboard flag.
Fields§
§key: String§value: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for SetFlag
impl RefUnwindSafe for SetFlag
impl Send for SetFlag
impl Sync for SetFlag
impl Unpin for SetFlag
impl UnsafeUnpin for SetFlag
impl UnwindSafe for SetFlag
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