pub struct RepoSettings {
pub ignore: Vec<IgnorePattern>,
pub args: IndexMap<String, RepoSetting>,
/* private fields */
}Fields§
§ignore: Vec<IgnorePattern>§args: IndexMap<String, RepoSetting>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RepoSettings
impl<'de> Deserialize<'de> for RepoSettings
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 RepoSettings
impl RefUnwindSafe for RepoSettings
impl Send for RepoSettings
impl Sync for RepoSettings
impl Unpin for RepoSettings
impl UnwindSafe for RepoSettings
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