pub struct IdleArgs {
pub dt: f64,
}
Expand description
Idle arguments, such as expected idle time in seconds.
Fields§
§dt: f64
Expected idle time in seconds.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IdleArgs
impl<'de> Deserialize<'de> for IdleArgs
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
Source§impl PartialOrd for IdleArgs
impl PartialOrd for IdleArgs
impl Copy for IdleArgs
impl StructuralPartialEq for IdleArgs
Auto Trait Implementations§
impl Freeze for IdleArgs
impl RefUnwindSafe for IdleArgs
impl Send for IdleArgs
impl Sync for IdleArgs
impl Unpin for IdleArgs
impl UnwindSafe for IdleArgs
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