pub enum McpReportFormat {
Text,
Json,
}Variants§
Trait Implementations§
Source§impl Clone for McpReportFormat
impl Clone for McpReportFormat
Source§fn clone(&self) -> McpReportFormat
fn clone(&self) -> McpReportFormat
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 McpReportFormat
impl Debug for McpReportFormat
Source§impl ValueEnum for McpReportFormat
impl ValueEnum for McpReportFormat
impl Copy for McpReportFormat
Auto Trait Implementations§
impl Freeze for McpReportFormat
impl RefUnwindSafe for McpReportFormat
impl Send for McpReportFormat
impl Sync for McpReportFormat
impl Unpin for McpReportFormat
impl UnsafeUnpin for McpReportFormat
impl UnwindSafe for McpReportFormat
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