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