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 Freeze for AxumPlausibleAnalyticsHandler
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