pub struct FeatureSummary {
pub rust_core: bool,
pub language_bindings: Vec<LanguageBinding>,
pub documentation_url: String,
}Expand description
Human-readable framework capability summary for agents and CLI users.
Fields§
§rust_core: bool§language_bindings: Vec<LanguageBinding>§documentation_url: StringTrait Implementations§
Source§impl Clone for FeatureSummary
impl Clone for FeatureSummary
Source§fn clone(&self) -> FeatureSummary
fn clone(&self) -> FeatureSummary
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 FeatureSummary
impl Debug for FeatureSummary
Auto Trait Implementations§
impl Freeze for FeatureSummary
impl RefUnwindSafe for FeatureSummary
impl Send for FeatureSummary
impl Sync for FeatureSummary
impl Unpin for FeatureSummary
impl UnsafeUnpin for FeatureSummary
impl UnwindSafe for FeatureSummary
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