pub struct TagData {
pub current: CountryTag,
pub stored: CountryTag,
}Expand description
A tag value and where it is stored in the save
Fields§
§current: CountryTagThe tag at the configured resolver’s date
stored: CountryTagWhere the current tag is stored in the save
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagData
impl RefUnwindSafe for TagData
impl Send for TagData
impl Sync for TagData
impl Unpin for TagData
impl UnwindSafe for TagData
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