pub struct Manager {
pub bin: Option<String>,
pub channel: String,
pub features: Option<String>,
pub name: String,
pub description: String,
pub homepage: String,
pub repository: String,
pub license: String,
pub homebrew_tap_path: PathBuf,
}
Fields§
§bin: Option<String>
§channel: String
§features: Option<String>
§name: String
§description: String
§homepage: String
§repository: String
§license: String
§homebrew_tap_path: PathBuf
Implementations§
Source§impl Manager
impl Manager
pub fn write_homebrewtap_workflows_update_formula(&self) -> Result<()>
pub fn write_homebrewtap_templates_formula(&self) -> Result<()>
pub fn write_scoop_bucket(&self) -> Result<()>
pub fn write_project_templates_formula(&self) -> Result<()>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Manager
impl RefUnwindSafe for Manager
impl Send for Manager
impl Sync for Manager
impl Unpin for Manager
impl UnwindSafe for Manager
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