Struct foxbox_taxonomy::services::Setter
[−]
[src]
pub struct Setter { pub kind: ChannelKind, pub updated: Option<TimeStamp>, }
An setter operation available on an channel.
Fields
kind | The kind of value that can be sent to this channel. |
updated | Date at which the latest value was sent to the channel. |