pub struct FTLNotRunning {
pub ftl_not_running: bool,
}
Expand description
Response format when requesting information from the FTL while it is not running
Fields§
§ftl_not_running: bool
Not running flag
Trait Implementations§
Source§impl Debug for FTLNotRunning
impl Debug for FTLNotRunning
Source§impl<'de> Deserialize<'de> for FTLNotRunning
impl<'de> Deserialize<'de> for FTLNotRunning
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
Auto Trait Implementations§
impl Freeze for FTLNotRunning
impl RefUnwindSafe for FTLNotRunning
impl Send for FTLNotRunning
impl Sync for FTLNotRunning
impl Unpin for FTLNotRunning
impl UnwindSafe for FTLNotRunning
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