Struct foxbox_taxonomy::services::Getter [] [src]

pub struct Getter {
    pub kind: ChannelKind,
    pub updated: Option<TimeStamp>,
}

A getter operation available on a channel.

Fields

kind

The kind of value that can be obtained from this channel.

updated

Date at which the latest value was received, whether through polling or through a trigger.

Trait Implementations

impl Deserialize for Getter

fn deserialize<__D>(deserializer: &mut __D) -> Result<Getter, __D::Error> where __D: Deserializer

impl Serialize for Getter

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

impl IOMechanism for Getter

Derived Implementations

impl Clone for Getter

fn clone(&self) -> Getter

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Getter

fn fmt(&self, __arg_0: &mut Formatter) -> Result