pub struct LoyaltyDecreaseCtx {
pub time_passed_sec: i64,
}Expand description
Inputs for the vassal-link loyalty decay (code-dispatched).
Fields§
§time_passed_sec: i64Auto Trait Implementations§
impl Freeze for LoyaltyDecreaseCtx
impl RefUnwindSafe for LoyaltyDecreaseCtx
impl Send for LoyaltyDecreaseCtx
impl Sync for LoyaltyDecreaseCtx
impl Unpin for LoyaltyDecreaseCtx
impl UnwindSafe for LoyaltyDecreaseCtx
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