pub struct RegistryService {
pub def: ServiceDef,
pub service_dir: PathBuf,
}Expand description
Represents a service found in a repo, with its source info.
Fields§
§def: ServiceDef§service_dir: PathBufPath to the service directory (contains service.toml, compose files, etc.)
Auto Trait Implementations§
impl Freeze for RegistryService
impl RefUnwindSafe for RegistryService
impl Send for RegistryService
impl Sync for RegistryService
impl Unpin for RegistryService
impl UnsafeUnpin for RegistryService
impl UnwindSafe for RegistryService
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