pub struct get_delete_site;
Trait Implementations
sourceimpl HttpServiceFactory for get_delete_site
impl HttpServiceFactory for get_delete_site
Auto Trait Implementations
impl RefUnwindSafe for get_delete_site
impl Send for get_delete_site
impl Sync for get_delete_site
impl Unpin for get_delete_site
impl UnwindSafe for get_delete_site
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