pub struct ChangelogConfig {
pub file: Option<String>,
pub template: Option<String>,
}Fields§
§file: Option<String>§template: Option<String>Trait Implementations§
Source§impl Clone for ChangelogConfig
impl Clone for ChangelogConfig
Source§fn clone(&self) -> ChangelogConfig
fn clone(&self) -> ChangelogConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChangelogConfig
impl Debug for ChangelogConfig
Source§impl Default for ChangelogConfig
impl Default for ChangelogConfig
Source§fn default() -> ChangelogConfig
fn default() -> ChangelogConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChangelogConfigwhere
ChangelogConfig: Default,
impl<'de> Deserialize<'de> for ChangelogConfigwhere
ChangelogConfig: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ChangelogConfig
impl RefUnwindSafe for ChangelogConfig
impl Send for ChangelogConfig
impl Sync for ChangelogConfig
impl Unpin for ChangelogConfig
impl UnwindSafe for ChangelogConfig
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