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