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