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