pub struct VassalLoyaltyCtx {
pub good_task: bool,
}Expand description
Inputs for the vassal-task loyalty slot (loyalty_fn config field).
Fields§
§good_task: boolAuto Trait Implementations§
impl Freeze for VassalLoyaltyCtx
impl RefUnwindSafe for VassalLoyaltyCtx
impl Send for VassalLoyaltyCtx
impl Sync for VassalLoyaltyCtx
impl Unpin for VassalLoyaltyCtx
impl UnwindSafe for VassalLoyaltyCtx
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