pub struct CodexRelayCapabilitiesObserved {
pub models: CodexRelayProbeResult,
pub responses: CodexRelayProbeResult,
pub responses_compact: CodexRelayProbeResult,
}Fields§
§models: CodexRelayProbeResult§responses: CodexRelayProbeResult§responses_compact: CodexRelayProbeResultTrait Implementations§
Source§impl Clone for CodexRelayCapabilitiesObserved
impl Clone for CodexRelayCapabilitiesObserved
Source§fn clone(&self) -> CodexRelayCapabilitiesObserved
fn clone(&self) -> CodexRelayCapabilitiesObserved
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<'de> Deserialize<'de> for CodexRelayCapabilitiesObserved
impl<'de> Deserialize<'de> for CodexRelayCapabilitiesObserved
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
Auto Trait Implementations§
impl Freeze for CodexRelayCapabilitiesObserved
impl RefUnwindSafe for CodexRelayCapabilitiesObserved
impl Send for CodexRelayCapabilitiesObserved
impl Sync for CodexRelayCapabilitiesObserved
impl Unpin for CodexRelayCapabilitiesObserved
impl UnsafeUnpin for CodexRelayCapabilitiesObserved
impl UnwindSafe for CodexRelayCapabilitiesObserved
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