Struct connectr::webapi::AlarmEntry [] [src]

pub struct AlarmEntry {
    pub time: String,
    pub repeat: AlarmRepeat,
    pub context: PlayContext,
    pub device: DeviceId,
}

Fields

Trait Implementations

impl<'a> From<&'a AlarmConfig> for AlarmEntry
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for AlarmEntry

impl Sync for AlarmEntry