pub struct AgentInitConfig {
pub registry_url: String,
}Expand description
The registry configuration a worker uses to initialize.
Fields§
§registry_url: StringThe agent registry URL.
Trait Implementations§
Source§impl Clone for AgentInitConfig
impl Clone for AgentInitConfig
Source§fn clone(&self) -> AgentInitConfig
fn clone(&self) -> AgentInitConfig
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 AgentInitConfig
impl Debug for AgentInitConfig
Source§impl<'de> Deserialize<'de> for AgentInitConfig
impl<'de> Deserialize<'de> for AgentInitConfig
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 AgentInitConfig
impl RefUnwindSafe for AgentInitConfig
impl Send for AgentInitConfig
impl Sync for AgentInitConfig
impl Unpin for AgentInitConfig
impl UnsafeUnpin for AgentInitConfig
impl UnwindSafe for AgentInitConfig
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