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