pub struct LocalAsyncVersioningServiceEndpoints<T>(/* private fields */);Implementations§
Source§impl<T> LocalAsyncVersioningServiceEndpoints<T>
impl<T> LocalAsyncVersioningServiceEndpoints<T>
Trait Implementations§
Source§impl<T> Clone for LocalAsyncVersioningServiceEndpoints<T>
impl<T> Clone for LocalAsyncVersioningServiceEndpoints<T>
Source§impl<__I, __O, __T> LocalAsyncService<__I, __O> for LocalAsyncVersioningServiceEndpoints<__T>
impl<__I, __O, __T> LocalAsyncService<__I, __O> for LocalAsyncVersioningServiceEndpoints<__T>
Source§fn endpoints(
&self,
runtime: &Arc<ConjureRuntime>,
) -> Vec<BoxLocalAsyncEndpoint<'static, __I, __O>>
fn endpoints( &self, runtime: &Arc<ConjureRuntime>, ) -> Vec<BoxLocalAsyncEndpoint<'static, __I, __O>>
Returns the endpoints in the service.
Auto Trait Implementations§
impl<T> Freeze for LocalAsyncVersioningServiceEndpoints<T>
impl<T> RefUnwindSafe for LocalAsyncVersioningServiceEndpoints<T>where
T: RefUnwindSafe,
impl<T> Send for LocalAsyncVersioningServiceEndpoints<T>
impl<T> Sync for LocalAsyncVersioningServiceEndpoints<T>
impl<T> Unpin for LocalAsyncVersioningServiceEndpoints<T>
impl<T> UnsafeUnpin for LocalAsyncVersioningServiceEndpoints<T>
impl<T> UnwindSafe for LocalAsyncVersioningServiceEndpoints<T>where
T: RefUnwindSafe,
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