Enum CommitError
pub enum CommitError<E> {
Body(E),
Commit(E),
}Variants§
Trait Implementations§
§impl<E> Clone for CommitError<E>where
E: Clone,
impl<E> Clone for CommitError<E>where
E: Clone,
§fn clone(&self) -> CommitError<E>
fn clone(&self) -> CommitError<E>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl<E> Debug for CommitError<E>where
E: Debug,
impl<E> Debug for CommitError<E>where
E: Debug,
§impl<E> PartialEq for CommitError<E>where
E: PartialEq,
impl<E> PartialEq for CommitError<E>where
E: PartialEq,
impl<E> Copy for CommitError<E>where
E: Copy,
impl<E> Eq for CommitError<E>where
E: Eq,
impl<E> StructuralPartialEq for CommitError<E>
Auto Trait Implementations§
impl<E> Freeze for CommitError<E>where
E: Freeze,
impl<E> RefUnwindSafe for CommitError<E>where
E: RefUnwindSafe,
impl<E> Send for CommitError<E>where
E: Send,
impl<E> Sync for CommitError<E>where
E: Sync,
impl<E> Unpin for CommitError<E>where
E: Unpin,
impl<E> UnwindSafe for CommitError<E>where
E: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)