pub struct TaProjectPaths {
pub include_paths: Vec<String>,
}Expand description
Project-scoped .ta/ paths (committed to VCS).
Fields§
§include_paths: Vec<String>Paths inside .ta/ to include in VCS. Defaults to SHARED_TA_PATHS.
Trait Implementations§
Source§impl Clone for TaProjectPaths
impl Clone for TaProjectPaths
Source§fn clone(&self) -> TaProjectPaths
fn clone(&self) -> TaProjectPaths
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 TaProjectPaths
impl Debug for TaProjectPaths
Source§impl Default for TaProjectPaths
impl Default for TaProjectPaths
Source§impl<'de> Deserialize<'de> for TaProjectPaths
impl<'de> Deserialize<'de> for TaProjectPaths
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 TaProjectPaths
impl RefUnwindSafe for TaProjectPaths
impl Send for TaProjectPaths
impl Sync for TaProjectPaths
impl Unpin for TaProjectPaths
impl UnsafeUnpin for TaProjectPaths
impl UnwindSafe for TaProjectPaths
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