pub struct ReadinessSnapshot {
pub listening_on: Vec<String>,
pub healthz_ok: bool,
pub advertised_revision_per_shard: Vec<u64>,
}Fields§
§listening_on: Vec<String>§healthz_ok: bool§advertised_revision_per_shard: Vec<u64>Trait Implementations§
Source§impl Clone for ReadinessSnapshot
impl Clone for ReadinessSnapshot
Source§fn clone(&self) -> ReadinessSnapshot
fn clone(&self) -> ReadinessSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReadinessSnapshot
impl Debug for ReadinessSnapshot
Source§impl Default for ReadinessSnapshot
impl Default for ReadinessSnapshot
Source§fn default() -> ReadinessSnapshot
fn default() -> ReadinessSnapshot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReadinessSnapshot
impl RefUnwindSafe for ReadinessSnapshot
impl Send for ReadinessSnapshot
impl Sync for ReadinessSnapshot
impl Unpin for ReadinessSnapshot
impl UnsafeUnpin for ReadinessSnapshot
impl UnwindSafe for ReadinessSnapshot
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