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 moreimpl Copy for MssqlHealthCheckQuery
Source§impl Debug for MssqlHealthCheckQuery
impl Debug for MssqlHealthCheckQuery
impl Eq for MssqlHealthCheckQuery
Source§impl PartialEq for MssqlHealthCheckQuery
impl PartialEq 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