pub struct LfsConfig {
pub enabled: bool,
pub track_patterns: Vec<String>,
}Fields§
§enabled: boolEnable large file storage
track_patterns: Vec<String>Glob patterns for files to track as LFS
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LfsConfig
impl<'de> Deserialize<'de> for LfsConfig
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 LfsConfig
impl RefUnwindSafe for LfsConfig
impl Send for LfsConfig
impl Sync for LfsConfig
impl Unpin for LfsConfig
impl UnsafeUnpin for LfsConfig
impl UnwindSafe for LfsConfig
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