Enum paho_mqtt::create_options::PersistenceType [] [src]

pub enum PersistenceType {
    File,
    None,
    User(Box<Box<ClientPersistence>>),
}

Variants

Trait Implementations

impl Debug for PersistenceType
[src]

Formats the value using the given formatter.