pub struct CreateResult {
pub unit: Unit,
pub path: PathBuf,
}Expand description
Result of creating a unit.
Fields§
§unit: Unit§path: PathBufAuto Trait Implementations§
impl Freeze for CreateResult
impl RefUnwindSafe for CreateResult
impl Send for CreateResult
impl Sync for CreateResult
impl Unpin for CreateResult
impl UnsafeUnpin for CreateResult
impl UnwindSafe for CreateResult
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