pub enum PgErrorConfigFileError {
ConfigFileError,
LockFileExists,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PgErrorConfigFileError
impl Clone for PgErrorConfigFileError
Source§fn clone(&self) -> PgErrorConfigFileError
fn clone(&self) -> PgErrorConfigFileError
Returns a duplicate 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 moreSource§impl Hash for PgErrorConfigFileError
impl Hash for PgErrorConfigFileError
Source§impl Ord for PgErrorConfigFileError
impl Ord for PgErrorConfigFileError
Source§fn cmp(&self, other: &PgErrorConfigFileError) -> Ordering
fn cmp(&self, other: &PgErrorConfigFileError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PgErrorConfigFileError
impl PartialEq for PgErrorConfigFileError
Source§impl PartialOrd for PgErrorConfigFileError
impl PartialOrd for PgErrorConfigFileError
impl Copy for PgErrorConfigFileError
impl Eq for PgErrorConfigFileError
impl StructuralPartialEq for PgErrorConfigFileError
Auto Trait Implementations§
impl Freeze for PgErrorConfigFileError
impl RefUnwindSafe for PgErrorConfigFileError
impl Send for PgErrorConfigFileError
impl Sync for PgErrorConfigFileError
impl Unpin for PgErrorConfigFileError
impl UnwindSafe for PgErrorConfigFileError
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