pub struct CensusReport { /* private fields */ }Expand description
The outcome of auditing one checkpoint.
Implementations§
Source§impl CensusReport
impl CensusReport
Trait Implementations§
Source§impl Clone for CensusReport
impl Clone for CensusReport
Source§fn clone(&self) -> CensusReport
fn clone(&self) -> CensusReport
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 CensusReport
impl Debug for CensusReport
Source§impl Display for CensusReport
impl Display for CensusReport
Source§impl Error for CensusReport
impl Error for CensusReport
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for CensusReport
impl RefUnwindSafe for CensusReport
impl Send for CensusReport
impl Sync for CensusReport
impl Unpin for CensusReport
impl UnsafeUnpin for CensusReport
impl UnwindSafe for CensusReport
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