Enum ic_cron::types::Iterations
source · [−]pub enum Iterations {
Infinite,
Exact(u64),
}Variants
Infinite
Exact(u64)
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Iterations
impl Send for Iterations
impl Sync for Iterations
impl Unpin for Iterations
impl UnwindSafe for Iterations
Blanket Implementations
Mutably borrows from an owned value. Read more