pub struct OssLocalStats {
pub receipt_count: Option<i32>,
pub allow_count: Option<i32>,
pub deny_count: Option<i32>,
pub pending_count: Option<i32>,
pub proofgraph_nodes: Option<i32>,
pub last_receipt_id: Option<String>,
pub last_reason_code: Option<String>,
}Fields§
§receipt_count: Option<i32>§allow_count: Option<i32>§deny_count: Option<i32>§pending_count: Option<i32>§proofgraph_nodes: Option<i32>§last_receipt_id: Option<String>§last_reason_code: Option<String>Implementations§
Source§impl OssLocalStats
impl OssLocalStats
pub fn new() -> OssLocalStats
Trait Implementations§
Source§impl Clone for OssLocalStats
impl Clone for OssLocalStats
Source§fn clone(&self) -> OssLocalStats
fn clone(&self) -> OssLocalStats
Returns a duplicate of the value. Read more
1.0.0 · 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 OssLocalStats
impl Debug for OssLocalStats
Source§impl Default for OssLocalStats
impl Default for OssLocalStats
Source§fn default() -> OssLocalStats
fn default() -> OssLocalStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OssLocalStats
impl<'de> Deserialize<'de> for OssLocalStats
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 OssLocalStats
impl PartialEq for OssLocalStats
Source§impl Serialize for OssLocalStats
impl Serialize for OssLocalStats
impl StructuralPartialEq for OssLocalStats
Auto Trait Implementations§
impl Freeze for OssLocalStats
impl RefUnwindSafe for OssLocalStats
impl Send for OssLocalStats
impl Sync for OssLocalStats
impl Unpin for OssLocalStats
impl UnsafeUnpin for OssLocalStats
impl UnwindSafe for OssLocalStats
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