pub struct SourcePushHazard {
pub checked_out: bool,
pub push_would_fail: bool,
}Fields§
§checked_out: bool§push_would_fail: boolTrait Implementations§
Source§impl Clone for SourcePushHazard
impl Clone for SourcePushHazard
Source§fn clone(&self) -> SourcePushHazard
fn clone(&self) -> SourcePushHazard
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 SourcePushHazard
impl Debug for SourcePushHazard
impl Eq for SourcePushHazard
Source§impl PartialEq for SourcePushHazard
impl PartialEq for SourcePushHazard
Source§fn eq(&self, other: &SourcePushHazard) -> bool
fn eq(&self, other: &SourcePushHazard) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SourcePushHazard
Auto Trait Implementations§
impl Freeze for SourcePushHazard
impl RefUnwindSafe for SourcePushHazard
impl Send for SourcePushHazard
impl Sync for SourcePushHazard
impl Unpin for SourcePushHazard
impl UnsafeUnpin for SourcePushHazard
impl UnwindSafe for SourcePushHazard
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