Struct git_cliff_core::embed::EmbeddedConfig
source · pub struct EmbeddedConfig;
Expand description
Default configuration file embedder/extractor.
Embeds config/
DEFAULT_CONFIG
into the binary.
Implementations§
Trait Implementations§
source§impl Debug for EmbeddedConfig
impl Debug for EmbeddedConfig
Auto Trait Implementations§
impl RefUnwindSafe for EmbeddedConfig
impl Send for EmbeddedConfig
impl Sync for EmbeddedConfig
impl Unpin for EmbeddedConfig
impl UnwindSafe for EmbeddedConfig
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