pub struct VersionFileConfig {
pub v: bool,
pub path: String,
pub version_prefix: Option<String>,
pub version_postfix: Option<String>,
pub preset: Option<String>,
}Fields§
§v: bool§path: String§version_prefix: Option<String>§version_postfix: Option<String>§preset: Option<String>Trait Implementations§
Source§impl Clone for VersionFileConfig
impl Clone for VersionFileConfig
Source§fn clone(&self) -> VersionFileConfig
fn clone(&self) -> VersionFileConfig
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 VersionFileConfig
impl Debug for VersionFileConfig
Source§impl<'de> Deserialize<'de> for VersionFileConfig
impl<'de> Deserialize<'de> for VersionFileConfig
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 VersionFileConfig
impl RefUnwindSafe for VersionFileConfig
impl Send for VersionFileConfig
impl Sync for VersionFileConfig
impl Unpin for VersionFileConfig
impl UnwindSafe for VersionFileConfig
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