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