pub struct OpsUtil {}Implementations§
Source§impl OpsUtil
impl OpsUtil
pub async fn get_collection_id<D>(
&self,
dispatcher: &D,
request: GetCollectionIdRequest<'_>,
) -> Result<StandardPendingOp<GetCollectionIdResponse>>where
D: Dispatcher,
pub async fn ping<D>(
&self,
dispatcher: &D,
_request: PingRequest<'_>,
) -> Result<StandardPendingOp<PingResponse>>where
D: Dispatcher,
Auto Trait Implementations§
impl Freeze for OpsUtil
impl RefUnwindSafe for OpsUtil
impl Send for OpsUtil
impl Sync for OpsUtil
impl Unpin for OpsUtil
impl UnsafeUnpin for OpsUtil
impl UnwindSafe for OpsUtil
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