Struct rump::options::Publisher [] [src]

struct Publisher {
    features: PublisherFeatures,
}

Fields

features

Trait Implementations

Derived Implementations

impl Clone for Publisher

fn clone(&self) -> Publisher

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

impl Debug for Publisher

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

impl Encodable for Publisher

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Publisher

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Publisher, __D::Error>