pub struct Project {
pub authors: Vec<String>,
pub name: String,
pub version: Version,
pub compile_ruby: bool,
}
Fields
name: String
version: Version
compile_ruby: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Project
impl UnwindSafe for Project
Blanket Implementations
Mutably borrows from an owned value. Read more
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