pub struct delete_account;
Trait Implementations
sourceimpl HttpServiceFactory for delete_account
impl HttpServiceFactory for delete_account
Auto Trait Implementations
impl RefUnwindSafe for delete_account
impl Send for delete_account
impl Sync for delete_account
impl Unpin for delete_account
impl UnwindSafe for delete_account
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more