Enum tide_disco::DiscoKey
source · pub enum DiscoKey {
ansi_color,
api_toml,
app_toml,
base_url,
disco_toml,
}Expand description
Configuration keys for Tide Disco settings
The application is expected to define additional keys. Note, string literals could be used directly, but defining an enum allows the compiler to catch typos.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiscoKey
impl RefUnwindSafe for DiscoKey
impl Send for DiscoKey
impl Sync for DiscoKey
impl Unpin for DiscoKey
impl UnwindSafe for DiscoKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more