pub struct AsyncApiValidationSummary {
pub spec_version: String,
pub title: String,
pub api_version: String,
pub primary_protocol: String,
pub channel_count: usize,
}Expand description
Result of AsyncAPI validation exposed to both CLI and MCP surfaces.
Fields§
§spec_version: String§title: String§api_version: String§primary_protocol: String§channel_count: usizeTrait Implementations§
Source§impl Clone for AsyncApiValidationSummary
impl Clone for AsyncApiValidationSummary
Source§fn clone(&self) -> AsyncApiValidationSummary
fn clone(&self) -> AsyncApiValidationSummary
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 AsyncApiValidationSummary
impl Debug for AsyncApiValidationSummary
Auto Trait Implementations§
impl Freeze for AsyncApiValidationSummary
impl RefUnwindSafe for AsyncApiValidationSummary
impl Send for AsyncApiValidationSummary
impl Sync for AsyncApiValidationSummary
impl Unpin for AsyncApiValidationSummary
impl UnsafeUnpin for AsyncApiValidationSummary
impl UnwindSafe for AsyncApiValidationSummary
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