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