pub struct OpenclawRelayTestResult {
pub status: RelayCheckStatus,
pub checked_at: String,
pub peer_alias: String,
pub endpoint: String,
pub http_status: Option<u16>,
pub message: String,
pub remediation_hint: Option<String>,
pub preflight: Option<OpenclawDoctorResult>,
}Fields§
§status: RelayCheckStatus§checked_at: String§peer_alias: String§endpoint: String§http_status: Option<u16>§message: String§remediation_hint: Option<String>§preflight: Option<OpenclawDoctorResult>Trait Implementations§
Source§impl Clone for OpenclawRelayTestResult
impl Clone for OpenclawRelayTestResult
Source§fn clone(&self) -> OpenclawRelayTestResult
fn clone(&self) -> OpenclawRelayTestResult
Returns a duplicate of the value. Read more
1.0.0 · 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 OpenclawRelayTestResult
impl Debug for OpenclawRelayTestResult
Source§impl<'de> Deserialize<'de> for OpenclawRelayTestResult
impl<'de> Deserialize<'de> for OpenclawRelayTestResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpenclawRelayTestResult
impl PartialEq for OpenclawRelayTestResult
Source§impl Serialize for OpenclawRelayTestResult
impl Serialize for OpenclawRelayTestResult
impl Eq for OpenclawRelayTestResult
impl StructuralPartialEq for OpenclawRelayTestResult
Auto Trait Implementations§
impl Freeze for OpenclawRelayTestResult
impl RefUnwindSafe for OpenclawRelayTestResult
impl Send for OpenclawRelayTestResult
impl Sync for OpenclawRelayTestResult
impl Unpin for OpenclawRelayTestResult
impl UnsafeUnpin for OpenclawRelayTestResult
impl UnwindSafe for OpenclawRelayTestResult
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