Struct soup::MessageMetrics
source · #[repr(transparent)]pub struct MessageMetrics { /* private fields */ }
Implementations§
source§impl MessageMetrics
impl MessageMetrics
sourcepub fn as_ptr(&self) -> *mut SoupMessageMetrics
pub fn as_ptr(&self) -> *mut SoupMessageMetrics
Return the inner pointer to the underlying C value.
source§impl MessageMetrics
impl MessageMetrics
pub fn connect_end(&mut self) -> u64
pub fn connect_start(&mut self) -> u64
pub fn dns_end(&mut self) -> u64
pub fn dns_start(&mut self) -> u64
pub fn fetch_start(&mut self) -> u64
pub fn request_body_bytes_sent(&mut self) -> u64
pub fn request_body_size(&mut self) -> u64
pub fn request_header_bytes_sent(&mut self) -> u64
pub fn request_start(&mut self) -> u64
pub fn response_body_bytes_received(&mut self) -> u64
pub fn response_body_size(&mut self) -> u64
pub fn response_end(&mut self) -> u64
pub fn response_header_bytes_received(&mut self) -> u64
pub fn response_start(&mut self) -> u64
pub fn tls_start(&mut self) -> u64
Trait Implementations§
source§impl Clone for MessageMetrics
impl Clone for MessageMetrics
source§impl Debug for MessageMetrics
impl Debug for MessageMetrics
source§impl Hash for MessageMetrics
impl Hash for MessageMetrics
source§impl Ord for MessageMetrics
impl Ord for MessageMetrics
source§fn cmp(&self, other: &MessageMetrics) -> Ordering
fn cmp(&self, other: &MessageMetrics) -> 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<MessageMetrics> for MessageMetrics
impl PartialEq<MessageMetrics> for MessageMetrics
source§fn eq(&self, other: &MessageMetrics) -> bool
fn eq(&self, other: &MessageMetrics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<MessageMetrics> for MessageMetrics
impl PartialOrd<MessageMetrics> for MessageMetrics
source§fn partial_cmp(&self, other: &MessageMetrics) -> Option<Ordering>
fn partial_cmp(&self, other: &MessageMetrics) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl StaticType for MessageMetrics
impl StaticType for MessageMetrics
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for MessageMetrics
impl StructuralEq for MessageMetrics
impl StructuralPartialEq for MessageMetrics
Auto Trait Implementations§
impl RefUnwindSafe for MessageMetrics
impl !Send for MessageMetrics
impl !Sync for MessageMetrics
impl Unpin for MessageMetrics
impl UnwindSafe for MessageMetrics
Blanket Implementations§
source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.