pub struct WorkspaceGitSyncSettings {
pub include_path: Option<Vec<String>>,
pub include_type: Option<Vec<IncludeType>>,
pub repositories: Option<Vec<GitRepositorySettings>>,
}
Fields§
§include_path: Option<Vec<String>>
§include_type: Option<Vec<IncludeType>>
§repositories: Option<Vec<GitRepositorySettings>>
Implementations§
Source§impl WorkspaceGitSyncSettings
impl WorkspaceGitSyncSettings
pub fn new() -> WorkspaceGitSyncSettings
Trait Implementations§
Source§impl Clone for WorkspaceGitSyncSettings
impl Clone for WorkspaceGitSyncSettings
Source§fn clone(&self) -> WorkspaceGitSyncSettings
fn clone(&self) -> WorkspaceGitSyncSettings
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 WorkspaceGitSyncSettings
impl Debug for WorkspaceGitSyncSettings
Source§impl Default for WorkspaceGitSyncSettings
impl Default for WorkspaceGitSyncSettings
Source§fn default() -> WorkspaceGitSyncSettings
fn default() -> WorkspaceGitSyncSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceGitSyncSettings
impl<'de> Deserialize<'de> for WorkspaceGitSyncSettings
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
Source§impl PartialEq for WorkspaceGitSyncSettings
impl PartialEq for WorkspaceGitSyncSettings
Source§impl Serialize for WorkspaceGitSyncSettings
impl Serialize for WorkspaceGitSyncSettings
impl StructuralPartialEq for WorkspaceGitSyncSettings
Auto Trait Implementations§
impl Freeze for WorkspaceGitSyncSettings
impl RefUnwindSafe for WorkspaceGitSyncSettings
impl Send for WorkspaceGitSyncSettings
impl Sync for WorkspaceGitSyncSettings
impl Unpin for WorkspaceGitSyncSettings
impl UnwindSafe for WorkspaceGitSyncSettings
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