pub enum FromCommitErrorKind {
#[non_exhaustive] InvalidUtf8,
}Variants§
#[non_exhaustive]InvalidUtf8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromCommitErrorKind
impl RefUnwindSafe for FromCommitErrorKind
impl Send for FromCommitErrorKind
impl Sync for FromCommitErrorKind
impl Unpin for FromCommitErrorKind
impl UnsafeUnpin for FromCommitErrorKind
impl UnwindSafe for FromCommitErrorKind
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