Enum ic_cron::types::Iterations [−][src]
pub enum Iterations {
Infinite,
Exact(u64),
}Variants
Tuple Fields of Exact
0: u64Trait 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
type Output = T
type Output = T
Should always be Self