pub struct ReEntry {
pub within_15m: u32,
pub within_30m: u32,
pub within_2h: u32,
}Expand description
Same-symbol re-entry counts, by time window. Addendum A §10.2.
Fields§
§within_15m: u32§within_30m: u32§within_2h: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for ReEntry
impl<'de> Deserialize<'de> for ReEntry
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
impl Copy for ReEntry
impl StructuralPartialEq for ReEntry
Auto Trait Implementations§
impl Freeze for ReEntry
impl RefUnwindSafe for ReEntry
impl Send for ReEntry
impl Sync for ReEntry
impl Unpin for ReEntry
impl UnsafeUnpin for ReEntry
impl UnwindSafe for ReEntry
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