pub struct InternalVersioningServiceEndpoints<T>(/* private fields */);
Implementations§
Source§impl<T> InternalVersioningServiceEndpoints<T>
impl<T> InternalVersioningServiceEndpoints<T>
Trait Implementations§
Source§impl<__I, __O, __T> Service<__I, __O> for InternalVersioningServiceEndpoints<__T>
impl<__I, __O, __T> Service<__I, __O> for InternalVersioningServiceEndpoints<__T>
Auto Trait Implementations§
impl<T> Freeze for InternalVersioningServiceEndpoints<T>
impl<T> RefUnwindSafe for InternalVersioningServiceEndpoints<T>where
T: RefUnwindSafe,
impl<T> Send for InternalVersioningServiceEndpoints<T>
impl<T> Sync for InternalVersioningServiceEndpoints<T>
impl<T> Unpin for InternalVersioningServiceEndpoints<T>
impl<T> UnwindSafe for InternalVersioningServiceEndpoints<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