pub struct McpSyncResult {
pub created: usize,
pub updated: usize,
pub skipped: usize,
pub errors: usize,
}Expand description
Result of MCP generation
Fields§
§created: usize§updated: usize§skipped: usize§errors: usizeTrait Implementations§
Source§impl Debug for McpSyncResult
impl Debug for McpSyncResult
Source§impl Default for McpSyncResult
impl Default for McpSyncResult
Source§fn default() -> McpSyncResult
fn default() -> McpSyncResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for McpSyncResult
impl RefUnwindSafe for McpSyncResult
impl Send for McpSyncResult
impl Sync for McpSyncResult
impl Unpin for McpSyncResult
impl UnsafeUnpin for McpSyncResult
impl UnwindSafe for McpSyncResult
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