pub struct ControllerServiceStatusDto {
pub active_thread_count: Option<i32>,
pub run_status: Option<String>,
pub validation_status: Option<String>,
}Fields§
§active_thread_count: Option<i32>§run_status: Option<String>§validation_status: Option<String>Trait Implementations§
Source§impl Clone for ControllerServiceStatusDto
impl Clone for ControllerServiceStatusDto
Source§fn clone(&self) -> ControllerServiceStatusDto
fn clone(&self) -> ControllerServiceStatusDto
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ControllerServiceStatusDto
impl Debug for ControllerServiceStatusDto
Source§impl Default for ControllerServiceStatusDto
impl Default for ControllerServiceStatusDto
Source§fn default() -> ControllerServiceStatusDto
fn default() -> ControllerServiceStatusDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerServiceStatusDto
impl<'de> Deserialize<'de> for ControllerServiceStatusDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
Source§fn from(v: ControllerServiceStatusDto) -> Self
fn from(v: ControllerServiceStatusDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
Source§fn from(v: ControllerServiceStatusDto) -> Self
fn from(v: ControllerServiceStatusDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
impl From<ControllerServiceStatusDto> for ControllerServiceStatusDto
Source§fn from(v: ControllerServiceStatusDto) -> Self
fn from(v: ControllerServiceStatusDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerServiceStatusDto
impl RefUnwindSafe for ControllerServiceStatusDto
impl Send for ControllerServiceStatusDto
impl Sync for ControllerServiceStatusDto
impl Unpin for ControllerServiceStatusDto
impl UnsafeUnpin for ControllerServiceStatusDto
impl UnwindSafe for ControllerServiceStatusDto
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