pub struct AgentLocationResponse {
pub href: String,
pub origin: String,
pub pathname: String,
pub search: String,
pub hash: String,
}Fields§
§href: String§origin: String§pathname: String§search: String§hash: StringTrait Implementations§
Source§impl Clone for AgentLocationResponse
impl Clone for AgentLocationResponse
Source§fn clone(&self) -> AgentLocationResponse
fn clone(&self) -> AgentLocationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentLocationResponse
impl Debug for AgentLocationResponse
Source§impl<'de> Deserialize<'de> for AgentLocationResponse
impl<'de> Deserialize<'de> for AgentLocationResponse
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 AgentLocationResponse
impl RefUnwindSafe for AgentLocationResponse
impl Send for AgentLocationResponse
impl Sync for AgentLocationResponse
impl Unpin for AgentLocationResponse
impl UnsafeUnpin for AgentLocationResponse
impl UnwindSafe for AgentLocationResponse
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