pub enum CommitFileAction {
Upsert,
Delete,
}Expand description
The action to perform on a file in a commit.
Variants§
Trait Implementations§
Source§impl Clone for CommitFileAction
impl Clone for CommitFileAction
Source§fn clone(&self) -> CommitFileAction
fn clone(&self) -> CommitFileAction
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 CommitFileAction
impl Debug for CommitFileAction
Auto Trait Implementations§
impl Freeze for CommitFileAction
impl RefUnwindSafe for CommitFileAction
impl Send for CommitFileAction
impl Sync for CommitFileAction
impl Unpin for CommitFileAction
impl UnwindSafe for CommitFileAction
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