pub struct AdminServiceModuleLifecycleModuleDto {Show 27 fields
pub module_name: String,
pub provider_name: Option<String>,
pub status: AdminServiceModuleLifecycleModuleStatus,
pub installed: bool,
pub configured: bool,
pub loaded: bool,
pub restart_pending: bool,
pub base_url: Option<String>,
pub manifest_url: Option<String>,
pub manifest_status: AdminServiceModuleManifestStatus,
pub status_url: Option<String>,
pub service_status: AdminServiceModuleServiceStatusDto,
pub health_history: Vec<AdminServiceModuleHealthCheckDto>,
pub compatibility: AdminServiceModuleCompatibilityDto,
pub config: AdminServiceModuleConfigDto,
pub deployment: Option<AdminServiceModuleDeploymentDto>,
pub environments: Vec<AdminServiceEnvironmentDto>,
pub deployments: Vec<AdminServiceDeploymentObservationDto>,
pub deployment_history: Vec<AdminServiceDeploymentObservationDto>,
pub deployment_drift: Option<String>,
pub deployment_next_action: Option<String>,
pub services: Vec<AdminServiceModuleLifecycleServiceDto>,
pub operations: Vec<AdminServiceOperationDto>,
pub module_release: Option<AdminModuleReleaseDto>,
pub latest_release: Option<AdminServiceReleaseRecordDto>,
pub release_history: Vec<AdminServiceReleaseRecordDto>,
pub fixes: Vec<String>,
}Fields§
§module_name: String§provider_name: Option<String>§status: AdminServiceModuleLifecycleModuleStatus§installed: bool§configured: bool§loaded: bool§restart_pending: bool§base_url: Option<String>§manifest_url: Option<String>§manifest_status: AdminServiceModuleManifestStatus§status_url: Option<String>§service_status: AdminServiceModuleServiceStatusDto§health_history: Vec<AdminServiceModuleHealthCheckDto>§compatibility: AdminServiceModuleCompatibilityDto§config: AdminServiceModuleConfigDto§deployment: Option<AdminServiceModuleDeploymentDto>§environments: Vec<AdminServiceEnvironmentDto>§deployments: Vec<AdminServiceDeploymentObservationDto>§deployment_history: Vec<AdminServiceDeploymentObservationDto>§deployment_drift: Option<String>§deployment_next_action: Option<String>§services: Vec<AdminServiceModuleLifecycleServiceDto>§operations: Vec<AdminServiceOperationDto>§module_release: Option<AdminModuleReleaseDto>§latest_release: Option<AdminServiceReleaseRecordDto>§release_history: Vec<AdminServiceReleaseRecordDto>§fixes: Vec<String>Trait Implementations§
Source§impl ComposeSchema for AdminServiceModuleLifecycleModuleDto
impl ComposeSchema for AdminServiceModuleLifecycleModuleDto
Auto Trait Implementations§
impl Freeze for AdminServiceModuleLifecycleModuleDto
impl RefUnwindSafe for AdminServiceModuleLifecycleModuleDto
impl Send for AdminServiceModuleLifecycleModuleDto
impl Sync for AdminServiceModuleLifecycleModuleDto
impl Unpin for AdminServiceModuleLifecycleModuleDto
impl UnsafeUnpin for AdminServiceModuleLifecycleModuleDto
impl UnwindSafe for AdminServiceModuleLifecycleModuleDto
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request