pub struct AgentLocationRequest {
pub window: Option<String>,
pub action: Option<LocationAction>,
pub url: Option<String>,
}Fields§
§window: Option<String>§action: Option<LocationAction>§url: Option<String>Trait Implementations§
Source§impl Clone for AgentLocationRequest
impl Clone for AgentLocationRequest
Source§fn clone(&self) -> AgentLocationRequest
fn clone(&self) -> AgentLocationRequest
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 AgentLocationRequest
impl Debug for AgentLocationRequest
Source§impl Default for AgentLocationRequest
impl Default for AgentLocationRequest
Source§fn default() -> AgentLocationRequest
fn default() -> AgentLocationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentLocationRequest
impl<'de> Deserialize<'de> for AgentLocationRequest
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 AgentLocationRequest
impl RefUnwindSafe for AgentLocationRequest
impl Send for AgentLocationRequest
impl Sync for AgentLocationRequest
impl Unpin for AgentLocationRequest
impl UnsafeUnpin for AgentLocationRequest
impl UnwindSafe for AgentLocationRequest
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