Enum git_record::RecordError
source · pub enum RecordError {
Cancelled,
}Expand description
An error which occurred when attempting to record changes.
Variants§
Cancelled
The user cancelled the operation.
Trait Implementations§
source§impl Clone for RecordError
impl Clone for RecordError
source§fn clone(&self) -> RecordError
fn clone(&self) -> RecordError
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 moreAuto Trait Implementations§
impl RefUnwindSafe for RecordError
impl Send for RecordError
impl Sync for RecordError
impl Unpin for RecordError
impl UnwindSafe for RecordError
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