[−][src]Enum shopless_database::addresses::Country
Variants
Trait Implementations
impl AsRef<str> for Country[src]
impl Clone for Country[src]
impl Copy for Country[src]
impl Debug for Country[src]
impl<'r> Decode<'r, Postgres> for Country[src]
pub fn decode(
value: PgValueRef<'r>
) -> Result<Country, Box<dyn Error + 'static + Send + Sync, Global>>[src]
value: PgValueRef<'r>
) -> Result<Country, Box<dyn Error + 'static + Send + Sync, Global>>
impl<'de> Deserialize<'de> for Country[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Country, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Country, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Display for Country[src]
impl<'q, DB> Encode<'q, DB> for Country where
DB: Database,
&'q str: Encode<'q, DB>, [src]
DB: Database,
&'q str: Encode<'q, DB>,
pub fn encode_by_ref(
&self,
buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer
) -> IsNull[src]
&self,
buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer
) -> IsNull
pub fn size_hint(&self) -> usize[src]
#[must_use]fn encode(self, buf: &mut <DB as HasArguments<'q>>::ArgumentBuffer) -> IsNull
fn produces(&self) -> Option<<DB as Database>::TypeInfo>
impl Eq for Country[src]
impl Hash for Country[src]
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher, [src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Country> for Country[src]
pub fn eq(&self, other: &Country) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl Serialize for Country[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for Country[src]
impl StructuralPartialEq for Country[src]
impl<'_> TryFrom<&'_ str> for Country[src]
type Error = UnknownCountry
The type returned in the event of a conversion error.
pub fn try_from(
value: &str
) -> Result<Country, <Country as TryFrom<&'_ str>>::Error>[src]
value: &str
) -> Result<Country, <Country as TryFrom<&'_ str>>::Error>
impl Type<Postgres> for Country[src]
pub fn type_info() -> PgTypeInfo[src]
fn compatible(ty: &<DB as Database>::TypeInfo) -> bool
Auto Trait Implementations
impl RefUnwindSafe for Country
impl Send for Country
impl Sync for Country
impl Unpin for Country
impl UnwindSafe for Country
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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<T> CallHasher for T where
T: Hash,
T: Hash,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
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, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,