pub struct CommitBucket { /* private fields */ }Expand description
A container for a kind of change pattern that represents a commit that matches said pattern, as well as a vector of Commit objects that match the pattern for that kind of change.
Implementations§
Source§impl CommitBucket
Auto-generated by derive_getters::Getters.
impl CommitBucket
Auto-generated by derive_getters::Getters.
Trait Implementations§
Source§impl Debug for CommitBucket
impl Debug for CommitBucket
Source§impl<'de> Deserialize<'de> for CommitBucket
impl<'de> Deserialize<'de> for CommitBucket
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 Display for CommitBucket
impl Display for CommitBucket
Source§impl Ord for CommitBucket
impl Ord for CommitBucket
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CommitBucket
impl PartialEq for CommitBucket
Source§impl PartialOrd for CommitBucket
impl PartialOrd for CommitBucket
Source§impl Serialize for CommitBucket
impl Serialize for CommitBucket
impl Eq for CommitBucket
Auto Trait Implementations§
impl Freeze for CommitBucket
impl RefUnwindSafe for CommitBucket
impl Send for CommitBucket
impl Sync for CommitBucket
impl Unpin for CommitBucket
impl UnsafeUnpin for CommitBucket
impl UnwindSafe for CommitBucket
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<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.