pub enum LfsCommands {
Track {
patterns: Vec<String>,
},
Migrate {
threshold: Option<u64>,
},
}Variants§
Trait Implementations§
Source§impl Clone for LfsCommands
impl Clone for LfsCommands
Source§fn clone(&self) -> LfsCommands
fn clone(&self) -> LfsCommands
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LfsCommands
impl RefUnwindSafe for LfsCommands
impl Send for LfsCommands
impl Sync for LfsCommands
impl Unpin for LfsCommands
impl UnsafeUnpin for LfsCommands
impl UnwindSafe for LfsCommands
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