pub struct AgentWrapperCapabilities {
pub ids: BTreeSet<String>,
}Fields§
§ids: BTreeSet<String>Set of namespaced capability ids (see capabilities-schema-spec.md).
Implementations§
Trait Implementations§
Source§impl Clone for AgentWrapperCapabilities
impl Clone for AgentWrapperCapabilities
Source§fn clone(&self) -> AgentWrapperCapabilities
fn clone(&self) -> AgentWrapperCapabilities
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 AgentWrapperCapabilities
impl Debug for AgentWrapperCapabilities
Source§impl Default for AgentWrapperCapabilities
impl Default for AgentWrapperCapabilities
Source§fn default() -> AgentWrapperCapabilities
fn default() -> AgentWrapperCapabilities
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgentWrapperCapabilities
impl PartialEq for AgentWrapperCapabilities
Source§fn eq(&self, other: &AgentWrapperCapabilities) -> bool
fn eq(&self, other: &AgentWrapperCapabilities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AgentWrapperCapabilities
impl StructuralPartialEq for AgentWrapperCapabilities
Auto Trait Implementations§
impl Freeze for AgentWrapperCapabilities
impl RefUnwindSafe for AgentWrapperCapabilities
impl Send for AgentWrapperCapabilities
impl Sync for AgentWrapperCapabilities
impl Unpin for AgentWrapperCapabilities
impl UnsafeUnpin for AgentWrapperCapabilities
impl UnwindSafe for AgentWrapperCapabilities
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