pub struct CodexRelayProbeClient { /* private fields */ }Implementations§
Source§impl CodexRelayProbeClient
impl CodexRelayProbeClient
pub fn new(client: Client) -> Self
pub async fn probe_upstream( &self, upstream: &UpstreamConfig, spec: &CodexRelayProbeSpec, ) -> CodexRelayProbeResult
Trait Implementations§
Source§impl Clone for CodexRelayProbeClient
impl Clone for CodexRelayProbeClient
Source§fn clone(&self) -> CodexRelayProbeClient
fn clone(&self) -> CodexRelayProbeClient
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 moreAuto Trait Implementations§
impl Freeze for CodexRelayProbeClient
impl !RefUnwindSafe for CodexRelayProbeClient
impl Send for CodexRelayProbeClient
impl Sync for CodexRelayProbeClient
impl Unpin for CodexRelayProbeClient
impl UnsafeUnpin for CodexRelayProbeClient
impl !UnwindSafe for CodexRelayProbeClient
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