[−][src]Struct darpi::Query
Implementations
impl<T> Query<T>[src]
pub fn into_inner(self) -> T[src]
pub fn from_query(query_str: &str) -> Result<Query<T>, QueryPayloadError> where
T: DeserializeOwned, [src]
T: DeserializeOwned,
Trait Implementations
impl<T> Debug for Query<T> where
T: Debug, [src]
T: Debug,
impl<T> Deref for Query<T>[src]
impl<T> DerefMut for Query<T>[src]
impl<T> Display for Query<T> where
T: Display, [src]
T: Display,
impl<T> Eq for Query<T> where
T: Eq, [src]
T: Eq,
impl<T> Ord for Query<T> where
T: Ord, [src]
T: Ord,
pub fn cmp(&self, other: &Query<T>) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl<T> PartialEq<Query<T>> for Query<T> where
T: PartialEq<T>, [src]
T: PartialEq<T>,
impl<T> PartialOrd<Query<T>> for Query<T> where
T: PartialOrd<T>, [src]
T: PartialOrd<T>,
pub fn partial_cmp(&self, other: &Query<T>) -> Option<Ordering>[src]
pub fn lt(&self, other: &Query<T>) -> bool[src]
pub fn le(&self, other: &Query<T>) -> bool[src]
pub fn gt(&self, other: &Query<T>) -> bool[src]
pub fn ge(&self, other: &Query<T>) -> bool[src]
impl<T> StructuralEq for Query<T>[src]
impl<T> StructuralPartialEq for Query<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Query<T> where
T: RefUnwindSafe, [src]
T: RefUnwindSafe,
impl<T> Send for Query<T> where
T: Send, [src]
T: Send,
impl<T> Sync for Query<T> where
T: Sync, [src]
T: Sync,
impl<T> Unpin for Query<T> where
T: Unpin, [src]
T: Unpin,
impl<T> UnwindSafe for Query<T> where
T: UnwindSafe, [src]
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Interface for T where
T: Send + Sync + Any, [src]
T: Send + Sync + Any,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ModuleInterface for T where
T: Send + Sync + Any, [src]
T: Send + Sync + Any,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,