pub struct McpQuarantineRecord {Show 14 fields
pub server_id: String,
pub risk: String,
pub state: String,
pub discovered_at: String,
pub name: Option<String>,
pub transport: Option<String>,
pub endpoint: Option<String>,
pub tool_names: Vec<String>,
pub approved_at: Option<String>,
pub approved_by: Option<String>,
pub approval_receipt_id: Option<String>,
pub revoked_at: Option<String>,
pub expires_at: Option<String>,
pub reason: Option<String>,
}Fields§
§server_id: String§risk: String§state: String§discovered_at: String§name: Option<String>§transport: Option<String>§endpoint: Option<String>§tool_names: Vec<String>§approved_at: Option<String>§approved_by: Option<String>§approval_receipt_id: Option<String>§revoked_at: Option<String>§expires_at: Option<String>§reason: Option<String>Trait Implementations§
Source§impl Clone for McpQuarantineRecord
impl Clone for McpQuarantineRecord
Source§fn clone(&self) -> McpQuarantineRecord
fn clone(&self) -> McpQuarantineRecord
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 McpQuarantineRecord
impl Debug for McpQuarantineRecord
Source§impl<'de> Deserialize<'de> for McpQuarantineRecord
impl<'de> Deserialize<'de> for McpQuarantineRecord
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for McpQuarantineRecord
impl RefUnwindSafe for McpQuarantineRecord
impl Send for McpQuarantineRecord
impl Sync for McpQuarantineRecord
impl Unpin for McpQuarantineRecord
impl UnsafeUnpin for McpQuarantineRecord
impl UnwindSafe for McpQuarantineRecord
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