pub enum CommitType {
Show 14 variants
TransactionGraph,
TransactionDiscrete,
TransactionBoth,
FileAdd,
FileRemove,
Snapshot,
Compact,
AsyncSignature,
SyncSignature,
Branch,
UpdateBranch,
BranchCapRefresh,
CapRefreshed,
Other,
}
Variants§
TransactionGraph
TransactionDiscrete
TransactionBoth
FileAdd
FileRemove
Snapshot
Compact
AsyncSignature
SyncSignature
Branch
UpdateBranch
BranchCapRefresh
CapRefreshed
Other
Trait Implementations§
Source§impl Clone for CommitType
impl Clone for CommitType
Source§fn clone(&self) -> CommitType
fn clone(&self) -> CommitType
Returns a copy 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 CommitType
impl Debug for CommitType
Source§impl<'de> Deserialize<'de> for CommitType
impl<'de> Deserialize<'de> for CommitType
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 PartialEq for CommitType
impl PartialEq for CommitType
Source§impl Serialize for CommitType
impl Serialize for CommitType
impl Eq for CommitType
impl StructuralPartialEq for CommitType
Auto Trait Implementations§
impl Freeze for CommitType
impl RefUnwindSafe for CommitType
impl Send for CommitType
impl Sync for CommitType
impl Unpin for CommitType
impl UnwindSafe for CommitType
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