pub struct Rust;Expand description
Struct implementing Lang for generating Rust GitVersions
Trait Implementations§
Source§impl Lang for Rust
impl Lang for Rust
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 Rust
impl RefUnwindSafe for Rust
impl Send for Rust
impl Sync for Rust
impl Unpin for Rust
impl UnsafeUnpin for Rust
impl UnwindSafe for Rust
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