pub struct CodexBridgeDiagnostics {
pub patch_mode: Option<CodexPatchMode>,
pub enabled: bool,
pub remote_compaction_v1_ready: bool,
pub imagegen_facade_ready: bool,
pub upstream_auth_ready: bool,
pub remote_compaction_v2_enabled: bool,
pub checks: Vec<CodexBridgeDiagnosticCheck>,
}Fields§
§patch_mode: Option<CodexPatchMode>§enabled: bool§remote_compaction_v1_ready: bool§imagegen_facade_ready: bool§upstream_auth_ready: bool§remote_compaction_v2_enabled: bool§checks: Vec<CodexBridgeDiagnosticCheck>Implementations§
Source§impl CodexBridgeDiagnostics
impl CodexBridgeDiagnostics
pub fn worst_status(&self) -> CodexBridgeDiagnosticStatus
Trait Implementations§
Source§impl Clone for CodexBridgeDiagnostics
impl Clone for CodexBridgeDiagnostics
Source§fn clone(&self) -> CodexBridgeDiagnostics
fn clone(&self) -> CodexBridgeDiagnostics
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 CodexBridgeDiagnostics
impl Debug for CodexBridgeDiagnostics
impl Eq for CodexBridgeDiagnostics
Source§impl PartialEq for CodexBridgeDiagnostics
impl PartialEq for CodexBridgeDiagnostics
Source§impl Serialize for CodexBridgeDiagnostics
impl Serialize for CodexBridgeDiagnostics
impl StructuralPartialEq for CodexBridgeDiagnostics
Auto Trait Implementations§
impl Freeze for CodexBridgeDiagnostics
impl RefUnwindSafe for CodexBridgeDiagnostics
impl Send for CodexBridgeDiagnostics
impl Sync for CodexBridgeDiagnostics
impl Unpin for CodexBridgeDiagnostics
impl UnsafeUnpin for CodexBridgeDiagnostics
impl UnwindSafe for CodexBridgeDiagnostics
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.