pub struct ControllerStatus { /* private fields */ }Implementations§
Source§impl ControllerStatus
impl ControllerStatus
pub fn global_metrics<T>(self, value: T) -> Self
pub fn inputs<T>(self, value: T) -> Self
pub fn outputs<T>(self, value: T) -> Self
pub fn suspend_error<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ControllerStatus
impl Clone for ControllerStatus
Source§fn clone(&self) -> ControllerStatus
fn clone(&self) -> ControllerStatus
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 ControllerStatus
impl Debug for ControllerStatus
Source§impl Default for ControllerStatus
impl Default for ControllerStatus
Source§impl From<ControllerStatus> for ControllerStatus
impl From<ControllerStatus> for ControllerStatus
Source§fn from(value: ControllerStatus) -> Self
fn from(value: ControllerStatus) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ControllerStatus> for ControllerStatus
impl TryFrom<ControllerStatus> for ControllerStatus
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ControllerStatus) -> Result<Self, ConversionError>
fn try_from(value: ControllerStatus) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ControllerStatus
impl RefUnwindSafe for ControllerStatus
impl Send for ControllerStatus
impl Sync for ControllerStatus
impl Unpin for ControllerStatus
impl UnwindSafe for ControllerStatus
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