pub enum PostgresBinPath {
Path,
Specified(PathBuf),
}Variants§
Trait Implementations§
Source§impl Clone for PostgresBinPath
impl Clone for PostgresBinPath
Source§fn clone(&self) -> PostgresBinPath
fn clone(&self) -> PostgresBinPath
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 Debug for PostgresBinPath
impl Debug for PostgresBinPath
Source§impl Default for PostgresBinPath
impl Default for PostgresBinPath
Source§fn default() -> PostgresBinPath
fn default() -> PostgresBinPath
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PostgresBinPath
impl RefUnwindSafe for PostgresBinPath
impl Send for PostgresBinPath
impl Sync for PostgresBinPath
impl Unpin for PostgresBinPath
impl UnwindSafe for PostgresBinPath
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