Struct startup_to_learn_rust::Config[][src]

pub struct Config {
    pub query: String,
    pub filename: String,
}
Expand description

这是一份简单的配置结构体,接受两个参数,查询和文件绝对路径。

Fields

query: Stringfilename: String

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.