pub struct LogPeriod(/* private fields */);Expand description
§Log block period
This object represent a valid log period. It implements the TryFrom
A valid period for a Log block is between 10ms and 2550ms.
See the log module documentation for more context and information.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogPeriod
impl RefUnwindSafe for LogPeriod
impl Send for LogPeriod
impl Sync for LogPeriod
impl Unpin for LogPeriod
impl UnsafeUnpin for LogPeriod
impl UnwindSafe for LogPeriod
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