pub struct IncomingResponseProperties { /* private fields */ }
Expand description
Properties of an incoming response.
Implementations§
Source§impl IncomingResponseProperties
impl IncomingResponseProperties
pub fn status(&self) -> ResponseStatus
pub fn correlation_data(&self) -> &str
pub fn long_term_timing(&self) -> &LongTermTimingProperties
pub fn short_term_timing(&self) -> &IncomingShortTermTimingProperties
pub fn tracking(&self) -> &TrackingProperties
pub fn local_tracking_label(&self) -> &Option<String>
pub fn to_connection(&self) -> Connection
Trait Implementations§
Source§impl Addressable for &IncomingResponseProperties
impl Addressable for &IncomingResponseProperties
Source§fn as_agent_id(&self) -> &AgentId
fn as_agent_id(&self) -> &AgentId
Returns the AgentId reference of the addressable object.
Source§impl Addressable for IncomingResponseProperties
impl Addressable for IncomingResponseProperties
Source§fn as_agent_id(&self) -> &AgentId
fn as_agent_id(&self) -> &AgentId
Returns the AgentId reference of the addressable object.
Source§impl Authenticable for &IncomingResponseProperties
impl Authenticable for &IncomingResponseProperties
fn as_account_id(&self) -> &AccountId
Source§impl Authenticable for IncomingResponseProperties
impl Authenticable for IncomingResponseProperties
fn as_account_id(&self) -> &AccountId
Source§impl Clone for IncomingResponseProperties
impl Clone for IncomingResponseProperties
Source§fn clone(&self) -> IncomingResponseProperties
fn clone(&self) -> IncomingResponseProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IncomingResponseProperties
impl Debug for IncomingResponseProperties
Source§impl<'de> Deserialize<'de> for IncomingResponseProperties
impl<'de> Deserialize<'de> for IncomingResponseProperties
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
Auto Trait Implementations§
impl Freeze for IncomingResponseProperties
impl RefUnwindSafe for IncomingResponseProperties
impl Send for IncomingResponseProperties
impl Sync for IncomingResponseProperties
impl Unpin for IncomingResponseProperties
impl UnwindSafe for IncomingResponseProperties
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