pub enum QueryResCount {
None,
MaybeOne,
One,
Many,
}Variants§
Trait Implementations§
Source§impl Clone for QueryResCount
impl Clone for QueryResCount
Source§fn clone(&self) -> QueryResCount
fn clone(&self) -> QueryResCount
Returns a duplicate of the value. Read more
1.0.0 · 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 QueryResCount
impl Debug for QueryResCount
Source§impl<'de> Deserialize<'de> for QueryResCount
impl<'de> Deserialize<'de> for QueryResCount
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<QueryResCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<QueryResCount, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for QueryResCount
impl Ord for QueryResCount
Source§fn cmp(&self, other: &QueryResCount) -> Ordering
fn cmp(&self, other: &QueryResCount) -> Ordering
1.21.0 · 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 QueryResCount
impl PartialEq for QueryResCount
Source§impl PartialOrd for QueryResCount
impl PartialOrd for QueryResCount
Source§impl Serialize for QueryResCount
impl Serialize for QueryResCount
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
impl Eq for QueryResCount
impl StructuralPartialEq for QueryResCount
Auto Trait Implementations§
impl Freeze for QueryResCount
impl RefUnwindSafe for QueryResCount
impl Send for QueryResCount
impl Sync for QueryResCount
impl Unpin for QueryResCount
impl UnsafeUnpin for QueryResCount
impl UnwindSafe for QueryResCount
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