pub struct GenerateServiceResult {
pub file: PathBuf,
pub register: RegisterOutcome,
}Expand description
Result of generate_service — the file written + auto-register outcome.
Fields§
§file: PathBuf§register: RegisterOutcomeTrait Implementations§
Auto Trait Implementations§
impl Freeze for GenerateServiceResult
impl RefUnwindSafe for GenerateServiceResult
impl Send for GenerateServiceResult
impl Sync for GenerateServiceResult
impl Unpin for GenerateServiceResult
impl UnsafeUnpin for GenerateServiceResult
impl UnwindSafe for GenerateServiceResult
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