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