pub struct ProxyTarget {
pub kind: String,
pub agent_id: Option<String>,
}Expand description
Target of a proxied submission.
Fields§
§kind: String§agent_id: Option<String>Trait Implementations§
Source§impl Clone for ProxyTarget
impl Clone for ProxyTarget
Source§fn clone(&self) -> ProxyTarget
fn clone(&self) -> ProxyTarget
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 ProxyTarget
impl Debug for ProxyTarget
Source§impl<'de> Deserialize<'de> for ProxyTarget
impl<'de> Deserialize<'de> for ProxyTarget
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 ProxyTarget
impl RefUnwindSafe for ProxyTarget
impl Send for ProxyTarget
impl Sync for ProxyTarget
impl Unpin for ProxyTarget
impl UnsafeUnpin for ProxyTarget
impl UnwindSafe for ProxyTarget
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