pub enum UseLfs {
In,
Out,
}
Expand description
Whether to store large files during the import. opt_in
means large files will be stored using Git LFS. opt_out
means large files will be removed during the import.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UseLfs
impl<'de> Deserialize<'de> for UseLfs
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 Ord for UseLfs
impl Ord for UseLfs
Source§impl PartialOrd for UseLfs
impl PartialOrd for UseLfs
impl Copy for UseLfs
impl Eq for UseLfs
impl StructuralPartialEq for UseLfs
Auto Trait Implementations§
impl Freeze for UseLfs
impl RefUnwindSafe for UseLfs
impl Send for UseLfs
impl Sync for UseLfs
impl Unpin for UseLfs
impl UnwindSafe for UseLfs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.