pub struct IdentityServiceCompleteAuthentication;Trait Implementations§
Source§impl Rpc for IdentityServiceCompleteAuthentication
impl Rpc for IdentityServiceCompleteAuthentication
const METHOD: &'static MethodDescriptor
type Request = CompleteAuthenticationRequest
type Response = AuthenticationResponse
impl UnaryRpc for IdentityServiceCompleteAuthentication
Auto Trait Implementations§
impl Freeze for IdentityServiceCompleteAuthentication
impl RefUnwindSafe for IdentityServiceCompleteAuthentication
impl Send for IdentityServiceCompleteAuthentication
impl Sync for IdentityServiceCompleteAuthentication
impl Unpin for IdentityServiceCompleteAuthentication
impl UnsafeUnpin for IdentityServiceCompleteAuthentication
impl UnwindSafe for IdentityServiceCompleteAuthentication
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