pub struct AgentConfigDeclaration {
pub source: AgentConfigSource,
pub path: Vec<String>,
pub value_type: WitType,
}Fields§
§source: AgentConfigSource§path: Vec<String>§value_type: WitTypeTrait Implementations§
Source§impl Clone for AgentConfigDeclaration
impl Clone for AgentConfigDeclaration
Source§fn clone(&self) -> AgentConfigDeclaration
fn clone(&self) -> AgentConfigDeclaration
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AgentConfigDeclaration
impl RefUnwindSafe for AgentConfigDeclaration
impl Send for AgentConfigDeclaration
impl Sync for AgentConfigDeclaration
impl Unpin for AgentConfigDeclaration
impl UnsafeUnpin for AgentConfigDeclaration
impl UnwindSafe for AgentConfigDeclaration
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