Struct git_cliff_core::embed::EmbeddedConfig
source · [−]pub struct EmbeddedConfig;
Expand description
Configuration file embedder/extractor.
Embeds config/
DEFAULT_CONFIG
into the binary.
Implementations
sourceimpl EmbeddedConfig
impl EmbeddedConfig
Trait Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more