pub struct EntropyHealthReport {
pub source: &'static str,
pub sample_size: usize,
}Fields§
§source: &'static str§sample_size: usizeTrait Implementations§
Source§impl Clone for EntropyHealthReport
impl Clone for EntropyHealthReport
Source§fn clone(&self) -> EntropyHealthReport
fn clone(&self) -> EntropyHealthReport
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 EntropyHealthReport
impl Debug for EntropyHealthReport
Source§impl PartialEq for EntropyHealthReport
impl PartialEq for EntropyHealthReport
impl Eq for EntropyHealthReport
impl StructuralPartialEq for EntropyHealthReport
Auto Trait Implementations§
impl Freeze for EntropyHealthReport
impl RefUnwindSafe for EntropyHealthReport
impl Send for EntropyHealthReport
impl Sync for EntropyHealthReport
impl Unpin for EntropyHealthReport
impl UnsafeUnpin for EntropyHealthReport
impl UnwindSafe for EntropyHealthReport
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