pub enum VcsRepositoryBranchesPath {
Boolean(bool),
String(String),
}Variants§
Trait Implementations§
Source§impl Clone for VcsRepositoryBranchesPath
impl Clone for VcsRepositoryBranchesPath
Source§fn clone(&self) -> VcsRepositoryBranchesPath
fn clone(&self) -> VcsRepositoryBranchesPath
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 VcsRepositoryBranchesPath
impl Debug for VcsRepositoryBranchesPath
Source§impl<'de> Deserialize<'de> for VcsRepositoryBranchesPath
impl<'de> Deserialize<'de> for VcsRepositoryBranchesPath
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 VcsRepositoryBranchesPath
impl RefUnwindSafe for VcsRepositoryBranchesPath
impl Send for VcsRepositoryBranchesPath
impl Sync for VcsRepositoryBranchesPath
impl Unpin for VcsRepositoryBranchesPath
impl UnsafeUnpin for VcsRepositoryBranchesPath
impl UnwindSafe for VcsRepositoryBranchesPath
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