pub struct GoLang;Expand description
Struct implementing Lang for generating Go GitVersions
Trait Implementations§
Source§impl Lang for GoLang
impl Lang for GoLang
Source§fn get_prelude(&self) -> String
fn get_prelude(&self) -> String
Struct and or type definitions for a language
Source§fn fmt_version_getter(&self, git_version: &GitVersion) -> String
fn fmt_version_getter(&self, git_version: &GitVersion) -> String
Formatting of the
GitVersion into a getter (a function or variable) with the
languages syntaxAuto Trait Implementations§
impl Freeze for GoLang
impl RefUnwindSafe for GoLang
impl Send for GoLang
impl Sync for GoLang
impl Unpin for GoLang
impl UnsafeUnpin for GoLang
impl UnwindSafe for GoLang
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