pub struct RawUnit {
pub root: String,
pub dir: PathBuf,
pub toml: String,
}Expand description
A discovered-but-not-yet-validated unit: where it came from + its raw transform.toml.
Fields§
§root: String§dir: PathBuf§toml: StringAuto Trait Implementations§
impl Freeze for RawUnit
impl RefUnwindSafe for RawUnit
impl Send for RawUnit
impl Sync for RawUnit
impl Unpin for RawUnit
impl UnsafeUnpin for RawUnit
impl UnwindSafe for RawUnit
Blanket Implementations§
impl<T> Allocation for T
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