pub struct UpdateAgentMetadataParams {
pub source: Option<String>,
}Available on crate feature
agent-studio only.Expand description
Query parameters for AgentStudioService::update_agent_metadata.
Fields§
§source: Option<String>source query parameter.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateAgentMetadataParams
impl Clone for UpdateAgentMetadataParams
Source§fn clone(&self) -> UpdateAgentMetadataParams
fn clone(&self) -> UpdateAgentMetadataParams
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 UpdateAgentMetadataParams
impl Debug for UpdateAgentMetadataParams
Source§impl Default for UpdateAgentMetadataParams
impl Default for UpdateAgentMetadataParams
Source§fn default() -> UpdateAgentMetadataParams
fn default() -> UpdateAgentMetadataParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateAgentMetadataParams
impl RefUnwindSafe for UpdateAgentMetadataParams
impl Send for UpdateAgentMetadataParams
impl Sync for UpdateAgentMetadataParams
impl Unpin for UpdateAgentMetadataParams
impl UnsafeUnpin for UpdateAgentMetadataParams
impl UnwindSafe for UpdateAgentMetadataParams
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