pub struct IcApiBoundaryNodeReport {
pub provenance: IcCertifiedStateProvenance,
pub node_count: usize,
pub rows: Vec<IcApiBoundaryNodeRow>,
}Expand description
IcApiBoundaryNodeReport
Complete API boundary-node collection from one authenticated IC state tree.
Fields§
§provenance: IcCertifiedStateProvenanceCertificate and retrieval provenance, flattened in serialized report JSON.
node_count: usizeNumber of authenticated API boundary-node rows.
rows: Vec<IcApiBoundaryNodeRow>Rows in canonical node-principal order.
Trait Implementations§
Source§impl Clone for IcApiBoundaryNodeReport
impl Clone for IcApiBoundaryNodeReport
Source§fn clone(&self) -> IcApiBoundaryNodeReport
fn clone(&self) -> IcApiBoundaryNodeReport
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 IcApiBoundaryNodeReport
impl Debug for IcApiBoundaryNodeReport
impl Eq for IcApiBoundaryNodeReport
Source§impl PartialEq for IcApiBoundaryNodeReport
impl PartialEq for IcApiBoundaryNodeReport
Source§impl Serialize for IcApiBoundaryNodeReport
impl Serialize for IcApiBoundaryNodeReport
impl StructuralPartialEq for IcApiBoundaryNodeReport
Auto Trait Implementations§
impl Freeze for IcApiBoundaryNodeReport
impl RefUnwindSafe for IcApiBoundaryNodeReport
impl Send for IcApiBoundaryNodeReport
impl Sync for IcApiBoundaryNodeReport
impl Unpin for IcApiBoundaryNodeReport
impl UnsafeUnpin for IcApiBoundaryNodeReport
impl UnwindSafe for IcApiBoundaryNodeReport
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