pub struct ControllerStatusDto {Show 16 fields
pub active_remote_port_count: Option<i32>,
pub active_thread_count: Option<i32>,
pub bytes_queued: Option<i64>,
pub disabled_count: Option<i32>,
pub flow_files_queued: Option<i32>,
pub inactive_remote_port_count: Option<i32>,
pub invalid_count: Option<i32>,
pub locally_modified_and_stale_count: Option<i32>,
pub locally_modified_count: Option<i32>,
pub queued: Option<String>,
pub running_count: Option<i32>,
pub stale_count: Option<i32>,
pub stopped_count: Option<i32>,
pub sync_failure_count: Option<i32>,
pub terminated_thread_count: Option<i32>,
pub up_to_date_count: Option<i32>,
}Fields§
§active_remote_port_count: Option<i32>§active_thread_count: Option<i32>§bytes_queued: Option<i64>§disabled_count: Option<i32>§flow_files_queued: Option<i32>§inactive_remote_port_count: Option<i32>§invalid_count: Option<i32>§locally_modified_and_stale_count: Option<i32>§locally_modified_count: Option<i32>§queued: Option<String>§running_count: Option<i32>§stale_count: Option<i32>§stopped_count: Option<i32>§sync_failure_count: Option<i32>§terminated_thread_count: Option<i32>§up_to_date_count: Option<i32>Trait Implementations§
Source§impl Clone for ControllerStatusDto
impl Clone for ControllerStatusDto
Source§fn clone(&self) -> ControllerStatusDto
fn clone(&self) -> ControllerStatusDto
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 ControllerStatusDto
impl Debug for ControllerStatusDto
Source§impl Default for ControllerStatusDto
impl Default for ControllerStatusDto
Source§fn default() -> ControllerStatusDto
fn default() -> ControllerStatusDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControllerStatusDto
impl<'de> Deserialize<'de> for ControllerStatusDto
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<ControllerStatusDto> for ControllerStatusDto
impl From<ControllerStatusDto> for ControllerStatusDto
Source§fn from(v: ControllerStatusDto) -> Self
fn from(v: ControllerStatusDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerStatusDto> for ControllerStatusDto
impl From<ControllerStatusDto> for ControllerStatusDto
Source§fn from(v: ControllerStatusDto) -> Self
fn from(v: ControllerStatusDto) -> Self
Converts to this type from the input type.
Source§impl From<ControllerStatusDto> for ControllerStatusDto
impl From<ControllerStatusDto> for ControllerStatusDto
Source§fn from(v: ControllerStatusDto) -> Self
fn from(v: ControllerStatusDto) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControllerStatusDto
impl RefUnwindSafe for ControllerStatusDto
impl Send for ControllerStatusDto
impl Sync for ControllerStatusDto
impl Unpin for ControllerStatusDto
impl UnsafeUnpin for ControllerStatusDto
impl UnwindSafe for ControllerStatusDto
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