pub enum MssqlHealthCheckQuery {
SelectOne,
}Variants§
SelectOne
Trait Implementations§
Source§impl Clone for MssqlHealthCheckQuery
impl Clone for MssqlHealthCheckQuery
Source§fn clone(&self) -> MssqlHealthCheckQuery
fn clone(&self) -> MssqlHealthCheckQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MssqlHealthCheckQuery
impl Debug for MssqlHealthCheckQuery
Source§impl PartialEq for MssqlHealthCheckQuery
impl PartialEq for MssqlHealthCheckQuery
Source§fn eq(&self, other: &MssqlHealthCheckQuery) -> bool
fn eq(&self, other: &MssqlHealthCheckQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MssqlHealthCheckQuery
impl Eq for MssqlHealthCheckQuery
impl StructuralPartialEq for MssqlHealthCheckQuery
Auto Trait Implementations§
impl Freeze for MssqlHealthCheckQuery
impl RefUnwindSafe for MssqlHealthCheckQuery
impl Send for MssqlHealthCheckQuery
impl Sync for MssqlHealthCheckQuery
impl Unpin for MssqlHealthCheckQuery
impl UnsafeUnpin for MssqlHealthCheckQuery
impl UnwindSafe for MssqlHealthCheckQuery
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