pub struct Evidence {
pub max_age_num_blocks: u64,
pub max_age_duration: Duration,
pub max_bytes: i64,
}
Fields§
§max_age_num_blocks: u64
Maximum allowed age for evidence to be collected
max_age_duration: Duration
Max age duration
max_bytes: i64
Max bytes
Auto Trait Implementations§
impl Freeze for Evidence
impl RefUnwindSafe for Evidence
impl Send for Evidence
impl Sync for Evidence
impl Unpin for Evidence
impl UnwindSafe for Evidence
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