pub struct ConsoleBootstrapCounts {
pub receipts: i32,
pub pending_approvals: i32,
pub open_incidents: i32,
pub mcp_tools: i32,
}Fields§
§receipts: i32§pending_approvals: i32§open_incidents: i32§mcp_tools: i32Implementations§
Trait Implementations§
Source§impl Clone for ConsoleBootstrapCounts
impl Clone for ConsoleBootstrapCounts
Source§fn clone(&self) -> ConsoleBootstrapCounts
fn clone(&self) -> ConsoleBootstrapCounts
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 ConsoleBootstrapCounts
impl Debug for ConsoleBootstrapCounts
Source§impl Default for ConsoleBootstrapCounts
impl Default for ConsoleBootstrapCounts
Source§fn default() -> ConsoleBootstrapCounts
fn default() -> ConsoleBootstrapCounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleBootstrapCounts
impl<'de> Deserialize<'de> for ConsoleBootstrapCounts
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
Source§impl PartialEq for ConsoleBootstrapCounts
impl PartialEq for ConsoleBootstrapCounts
Source§fn eq(&self, other: &ConsoleBootstrapCounts) -> bool
fn eq(&self, other: &ConsoleBootstrapCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConsoleBootstrapCounts
impl Serialize for ConsoleBootstrapCounts
impl StructuralPartialEq for ConsoleBootstrapCounts
Auto Trait Implementations§
impl Freeze for ConsoleBootstrapCounts
impl RefUnwindSafe for ConsoleBootstrapCounts
impl Send for ConsoleBootstrapCounts
impl Sync for ConsoleBootstrapCounts
impl Unpin for ConsoleBootstrapCounts
impl UnsafeUnpin for ConsoleBootstrapCounts
impl UnwindSafe for ConsoleBootstrapCounts
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