pub struct QueryTimeout(/* private fields */);Expand description
Query timeout in milliseconds.
Implementations§
Source§impl QueryTimeout
impl QueryTimeout
Trait Implementations§
Source§impl Clone for QueryTimeout
impl Clone for QueryTimeout
Source§fn clone(&self) -> QueryTimeout
fn clone(&self) -> QueryTimeout
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 QueryTimeout
impl Debug for QueryTimeout
Source§impl Hash for QueryTimeout
impl Hash for QueryTimeout
Source§impl Ord for QueryTimeout
impl Ord for QueryTimeout
Source§fn cmp(&self, other: &QueryTimeout) -> Ordering
fn cmp(&self, other: &QueryTimeout) -> Ordering
1.21.0 (const: unstable) · 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 QueryTimeout
impl PartialEq for QueryTimeout
Source§fn eq(&self, other: &QueryTimeout) -> bool
fn eq(&self, other: &QueryTimeout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for QueryTimeout
impl PartialOrd for QueryTimeout
impl Copy for QueryTimeout
impl Eq for QueryTimeout
impl StructuralPartialEq for QueryTimeout
Auto Trait Implementations§
impl Freeze for QueryTimeout
impl RefUnwindSafe for QueryTimeout
impl Send for QueryTimeout
impl Sync for QueryTimeout
impl Unpin for QueryTimeout
impl UnsafeUnpin for QueryTimeout
impl UnwindSafe for QueryTimeout
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