pub enum AdapterStrategy {
DirectHttp,
BrowserStealth,
StickyProxy,
SessionWarmup,
InvestigateOnly,
}Expand description
High-level integration strategy for Stygian execution.
Variants§
DirectHttp
Standard HTTP adapter path appears sufficient.
BrowserStealth
Browser-backed execution is recommended.
StickyProxy
Sticky session + proxy continuity should be applied.
SessionWarmup
Warm-up/session priming before data collection is advised.
InvestigateOnly
Unknown/ambiguous conditions: keep in investigation mode.
Trait Implementations§
Source§impl Clone for AdapterStrategy
impl Clone for AdapterStrategy
Source§fn clone(&self) -> AdapterStrategy
fn clone(&self) -> AdapterStrategy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdapterStrategy
impl Debug for AdapterStrategy
Source§impl<'de> Deserialize<'de> for AdapterStrategy
impl<'de> Deserialize<'de> for AdapterStrategy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AdapterStrategy
impl PartialEq for AdapterStrategy
Source§impl Serialize for AdapterStrategy
impl Serialize for AdapterStrategy
impl Copy for AdapterStrategy
impl Eq for AdapterStrategy
impl StructuralPartialEq for AdapterStrategy
Auto Trait Implementations§
impl Freeze for AdapterStrategy
impl RefUnwindSafe for AdapterStrategy
impl Send for AdapterStrategy
impl Sync for AdapterStrategy
impl Unpin for AdapterStrategy
impl UnsafeUnpin for AdapterStrategy
impl UnwindSafe for AdapterStrategy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more