pub struct EnvTokens;Expand description
Builtin token resolver based on EU4_IRONMAN_TOKENS
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvTokens
impl RefUnwindSafe for EnvTokens
impl Send for EnvTokens
impl Sync for EnvTokens
impl Unpin for EnvTokens
impl UnwindSafe for EnvTokens
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