Struct dioxus_cli_config::Metadata
source · pub struct Metadata {
pub workspace_root: PathBuf,
pub target_directory: PathBuf,
}Expand description
Some fields parsed from cargo metadata command
Fields§
§workspace_root: PathBuf§target_directory: PathBufImplementations§
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnwindSafe for Metadata
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