Struct notedealer::http_api::users::post_inbox
source · [−]pub struct post_inbox;Expand description
Http responder for handling activity deliveries from remote servers (ActivityPub server-to-server part).
Passes the activity on to activity_broker::receive.
Trait Implementations
sourceimpl HttpServiceFactory for post_inbox
impl HttpServiceFactory for post_inbox
fn register(self, __config: &mut AppService)
Auto Trait Implementations
impl RefUnwindSafe for post_inbox
impl Send for post_inbox
impl Sync for post_inbox
impl Unpin for post_inbox
impl UnwindSafe for post_inbox
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