pub enum EdgeState {
Disconnected,
WaitingForPrimaryHost,
Online,
}Expand description
Edge Node lifecycle state.
Variants§
Disconnected
Not connected.
WaitingForPrimaryHost
Connected; awaiting the configured primary host’s online STATE before birthing.
Online
Births published; publishing data by exception.
Trait Implementations§
impl Copy for EdgeState
impl Eq for EdgeState
impl StructuralPartialEq for EdgeState
Auto Trait Implementations§
impl Freeze for EdgeState
impl RefUnwindSafe for EdgeState
impl Send for EdgeState
impl Sync for EdgeState
impl Unpin for EdgeState
impl UnsafeUnpin for EdgeState
impl UnwindSafe for EdgeState
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