Struct feature_probe_server::http::LocalFileHttpHandler
source · pub struct LocalFileHttpHandler;Trait Implementations
sourceimpl Clone for LocalFileHttpHandler
impl Clone for LocalFileHttpHandler
sourcefn clone(&self) -> LocalFileHttpHandler
fn clone(&self) -> LocalFileHttpHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl EventHandler for LocalFileHttpHandler
impl EventHandler for LocalFileHttpHandler
fn handle_events<'life0, 'async_trait>(
&'life0 self,
_sdk_key: String,
_user_agent: String,
_headers: HeaderMap,
_data: VecDeque<PackedData>
) -> Pin<Box<dyn Future<Output = Result<Response, FPEventError>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
sourceimpl HttpHandler for LocalFileHttpHandler
impl HttpHandler for LocalFileHttpHandler
fn server_sdk_toggles<'life0, 'async_trait>(
&'life0 self,
__arg1: TypedHeader<SdkAuthorization>
) -> Pin<Box<dyn Future<Output = Result<Response, FPServerError>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
fn client_sdk_toggles<'life0, 'async_trait>(
&'life0 self,
__arg1: Query<ClientParams>,
__arg2: TypedHeader<SdkAuthorization>
) -> Pin<Box<dyn Future<Output = Result<Response, FPServerError>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
fn all_secrets<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<Json<HashMap<String, String>>, FPServerError>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
Auto Trait Implementations
impl RefUnwindSafe for LocalFileHttpHandler
impl Send for LocalFileHttpHandler
impl Sync for LocalFileHttpHandler
impl Unpin for LocalFileHttpHandler
impl UnwindSafe for LocalFileHttpHandler
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