Struct libkelp::lib::structs::script::Script [−][src]
Expand description
A “prerun|postrun” script
Fields
path: StringPath relative to $DOTFILES_ROOT
elevated: Option<bool>If the script needs to start as root
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 Scriptimpl UnwindSafe for Script