Struct rd_util::json_file::JsonConfigFile [−][src]
pub struct JsonConfigFile<T: JsonLoad + JsonSave> { pub path: Option<PathBuf>, pub loaded_mod: SystemTime, pub data: T, }
Fields
path: Option<PathBuf>
loaded_mod: SystemTime
data: T
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for JsonConfigFile<T> where
T: RefUnwindSafe,
impl<T> Send for JsonConfigFile<T> where
T: Send,
impl<T> Sync for JsonConfigFile<T> where
T: Sync,
impl<T> Unpin for JsonConfigFile<T> where
T: Unpin,
impl<T> UnwindSafe for JsonConfigFile<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V