pub struct Query(/* private fields */);Expand description
IRI query.
Implementations§
Source§impl Query
impl Query
Methods from Deref<Target = PctStr>§
Trait Implementations§
Source§impl<'a, 'de> Deserialize<'de> for &'a Querywhere
'de: 'a,
impl<'a, 'de> Deserialize<'de> for &'a Querywhere
'de: 'a,
Source§fn deserialize<D>(
deserializer: D,
) -> Result<&'a Query, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<&'a Query, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> PartialOrd<&'a Query> for QueryBuf
impl<'a> PartialOrd<&'a Query> for QueryBuf
Source§impl PartialOrd<Query> for QueryBuf
impl PartialOrd<Query> for QueryBuf
Source§impl PartialOrd for Query
impl PartialOrd for Query
Source§impl Serialize for Query
impl Serialize for Query
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl ToOwned for Query
impl ToOwned for Query
impl Eq for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl !Sized for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.