pub struct DataPaths {
pub pc: HashMap<String, HashMap<String, String>>,
pub bedrock: HashMap<String, HashMap<String, String>>,
}
Fields§
§pc: HashMap<String, HashMap<String, String>>
§bedrock: HashMap<String, HashMap<String, String>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DataPaths
impl<'de> Deserialize<'de> for DataPaths
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DataPaths
impl RefUnwindSafe for DataPaths
impl Send for DataPaths
impl Sync for DataPaths
impl Unpin for DataPaths
impl UnwindSafe for DataPaths
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