pub struct JustDump {
pub recipes: HashMap<String, JustRecipe>,
pub source: Option<String>,
}Expand description
Top-level output of just --dump --dump-format json --unstable.
Fields§
§recipes: HashMap<String, JustRecipe>§source: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for JustDump
impl<'de> Deserialize<'de> for JustDump
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 JustDump
impl RefUnwindSafe for JustDump
impl Send for JustDump
impl Sync for JustDump
impl Unpin for JustDump
impl UnsafeUnpin for JustDump
impl UnwindSafe for JustDump
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