pub struct AxumPlausibleAnalyticsHandler { /* private fields */ }
Implementations§
source§impl AxumPlausibleAnalyticsHandler
impl AxumPlausibleAnalyticsHandler
pub fn new_with_client(http_client: Client) -> Self
pub async fn handle( self: Arc<Self>, headers: HeaderMap, settings: BaseSettings, addr: SocketAddr, incoming_payload: RequestPayload ) -> StatusCode
Auto Trait Implementations§
impl !RefUnwindSafe for AxumPlausibleAnalyticsHandler
impl Send for AxumPlausibleAnalyticsHandler
impl Sync for AxumPlausibleAnalyticsHandler
impl Unpin for AxumPlausibleAnalyticsHandler
impl !UnwindSafe for AxumPlausibleAnalyticsHandler
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more