pub struct CodexServerHandle { /* private fields */ }Implementations§
Source§impl CodexServerHandle
impl CodexServerHandle
pub fn kind(&self) -> &CodexEndpointKind
pub fn health(&self) -> CodexEndpointHealth
pub async fn shutdown(self)
Trait Implementations§
Source§impl Drop for CodexServerHandle
impl Drop for CodexServerHandle
Auto Trait Implementations§
impl Freeze for CodexServerHandle
impl RefUnwindSafe for CodexServerHandle
impl Send for CodexServerHandle
impl Sync for CodexServerHandle
impl Unpin for CodexServerHandle
impl UnsafeUnpin for CodexServerHandle
impl UnwindSafe for CodexServerHandle
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