Struct atuin_client::settings::Settings [−][src]
pub struct Settings {
pub dialect: Dialect,
pub auto_sync: bool,
pub sync_address: String,
pub sync_frequency: String,
pub db_path: String,
pub key_path: String,
pub session_path: String,
pub search_mode: SearchMode,
pub session_token: String,
}
Fields
dialect: Dialect
auto_sync: bool
sync_address: String
sync_frequency: String
db_path: String
key_path: String
session_path: String
search_mode: SearchMode
session_token: String
Implementations
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 Settings
impl UnwindSafe for Settings
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more