pub enum PgErrorParseErrorKind {
InvalidLength,
InvalidCharacter,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PgErrorParseErrorKind
impl RefUnwindSafe for PgErrorParseErrorKind
impl Send for PgErrorParseErrorKind
impl Sync for PgErrorParseErrorKind
impl Unpin for PgErrorParseErrorKind
impl UnwindSafe for PgErrorParseErrorKind
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