Struct rustypaste_cli::config::Config [−][src]
pub struct Config {
pub server: ServerConfig,
pub paste: PasteConfig,
}Expand description
Configuration values.
Fields
server: ServerConfigServer configuration.
paste: PasteConfigPaste configuration.
Implementations
Override the configuration file with arguments.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more