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.

Trait Implementations

impl Deserialize for Setter

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

impl Serialize for Setter

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

impl IOMechanism for Setter

Derived Implementations

impl Clone for Setter

fn clone(&self) -> Setter

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

impl Debug for Setter

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