pub enum SystemStatus3Code {
CodeACTV,
CodeCLSD,
CodeRMPS,
}Variants§
Implementations§
Source§impl SystemStatus3Code
impl SystemStatus3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SystemStatus3Code
impl RefUnwindSafe for SystemStatus3Code
impl Send for SystemStatus3Code
impl Sync for SystemStatus3Code
impl Unpin for SystemStatus3Code
impl UnwindSafe for SystemStatus3Code
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