Struct badtouch::scheduler::Attempt[][src]

pub struct Attempt {
    pub creds: Creds,
    pub script: Arc<Script>,
    pub ttl: u8,
}

Fields

Methods

impl Attempt
[src]

Trait Implementations

impl Debug for Attempt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Attempt

impl Sync for Attempt