pub struct ConfigState {
pub failed: bool,
}Expand description
The config state communicated over the event stream.
Fields§
§failed: boolWhether the last config load attempt had failed.
Trait Implementations§
Source§impl Debug for ConfigState
impl Debug for ConfigState
Source§impl Default for ConfigState
impl Default for ConfigState
Source§fn default() -> ConfigState
fn default() -> ConfigState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConfigState
impl RefUnwindSafe for ConfigState
impl Send for ConfigState
impl Sync for ConfigState
impl Unpin for ConfigState
impl UnwindSafe for ConfigState
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