pub struct SvnConfig {
pub repo_url: Option<String>,
}Expand description
SVN adapter configuration
Fields§
§repo_url: Option<String>SVN repository URL (for commit messages / metadata)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SvnConfig
impl<'de> Deserialize<'de> for SvnConfig
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 SvnConfig
impl RefUnwindSafe for SvnConfig
impl Send for SvnConfig
impl Sync for SvnConfig
impl Unpin for SvnConfig
impl UnsafeUnpin for SvnConfig
impl UnwindSafe for SvnConfig
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