pub struct ApplicationState {
pub dns_resolved: bool,
pub http_fetch_succeeded: bool,
}
Expand description
ApplicationState
represents the layer 7 state
Fields§
§dns_resolved: bool
§http_fetch_succeeded: bool
Trait Implementations§
Source§impl Clone for ApplicationState
impl Clone for ApplicationState
Source§fn clone(&self) -> ApplicationState
fn clone(&self) -> ApplicationState
Returns a copy 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 ApplicationState
impl Debug for ApplicationState
Source§impl Default for ApplicationState
impl Default for ApplicationState
Source§fn default() -> ApplicationState
fn default() -> ApplicationState
Returns the “default value” for a type. Read more
Source§impl Ord for ApplicationState
impl Ord for ApplicationState
Source§fn cmp(&self, other: &ApplicationState) -> Ordering
fn cmp(&self, other: &ApplicationState) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ApplicationState
impl PartialEq for ApplicationState
Source§impl PartialOrd for ApplicationState
impl PartialOrd for ApplicationState
impl Copy for ApplicationState
impl Eq for ApplicationState
impl StructuralPartialEq for ApplicationState
Auto Trait Implementations§
impl Freeze for ApplicationState
impl RefUnwindSafe for ApplicationState
impl Send for ApplicationState
impl Sync for ApplicationState
impl Unpin for ApplicationState
impl UnwindSafe for ApplicationState
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)