pub enum CompoundSource {
Dsn,
Instance,
CredentialsFile,
HostPort,
UnixSocket,
}Variants§
Trait Implementations§
Source§impl Clone for CompoundSource
impl Clone for CompoundSource
Source§fn clone(&self) -> CompoundSource
fn clone(&self) -> CompoundSource
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 CompoundSource
impl Debug for CompoundSource
Source§impl Display for CompoundSource
impl Display for CompoundSource
Source§impl Ord for CompoundSource
impl Ord for CompoundSource
Source§fn cmp(&self, other: &CompoundSource) -> Ordering
fn cmp(&self, other: &CompoundSource) -> 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 CompoundSource
impl PartialEq for CompoundSource
Source§impl PartialOrd for CompoundSource
impl PartialOrd for CompoundSource
impl Eq for CompoundSource
impl StructuralPartialEq for CompoundSource
Auto Trait Implementations§
impl Freeze for CompoundSource
impl RefUnwindSafe for CompoundSource
impl Send for CompoundSource
impl Sync for CompoundSource
impl Unpin for CompoundSource
impl UnwindSafe for CompoundSource
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