pub struct FlightState { /* private fields */ }Expand description
State shared between a leader and its followers via condvar.
Auto Trait Implementations§
impl !Freeze for FlightState
impl RefUnwindSafe for FlightState
impl Send for FlightState
impl Sync for FlightState
impl Unpin for FlightState
impl UnsafeUnpin for FlightState
impl UnwindSafe for FlightState
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