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