pub enum Timeout {
Minutes(u16),
Unknown,
}
Expand description
Variants§
Minutes(u16)
Number of minutes before the reboot is initiated
It is used after a system power cycle, system reset
Unknown
Timeout is unknown.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Timeout
impl Send for Timeout
impl Sync for Timeout
impl Unpin for Timeout
impl UnwindSafe for Timeout
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