pub struct CommitSignal {
pub candidate: bool,
pub edited: bool,
pub validated: bool,
pub dirty_checked: bool,
pub commit_seen: bool,
}Fields§
§candidate: bool§edited: bool§validated: bool§dirty_checked: bool§commit_seen: boolImplementations§
Source§impl CommitSignal
impl CommitSignal
Trait Implementations§
Source§impl Clone for CommitSignal
impl Clone for CommitSignal
Source§fn clone(&self) -> CommitSignal
fn clone(&self) -> CommitSignal
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 moreSource§impl Debug for CommitSignal
impl Debug for CommitSignal
Source§impl Default for CommitSignal
impl Default for CommitSignal
Source§fn default() -> CommitSignal
fn default() -> CommitSignal
Returns the “default value” for a type. Read more
Source§impl PartialEq for CommitSignal
impl PartialEq for CommitSignal
Source§fn eq(&self, other: &CommitSignal) -> bool
fn eq(&self, other: &CommitSignal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CommitSignal
impl Serialize for CommitSignal
impl Eq for CommitSignal
impl StructuralPartialEq for CommitSignal
Auto Trait Implementations§
impl Freeze for CommitSignal
impl RefUnwindSafe for CommitSignal
impl Send for CommitSignal
impl Sync for CommitSignal
impl Unpin for CommitSignal
impl UnsafeUnpin for CommitSignal
impl UnwindSafe for CommitSignal
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> 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.