pub enum StandardEntryClassCode {
Tel,
Web,
Ccd,
Ppd,
}
Variants
Tel
Web
Ccd
Ppd
Implementations
Trait Implementations
sourceimpl AsRef<str> for StandardEntryClassCode
impl AsRef<str> for StandardEntryClassCode
sourceimpl Clone for StandardEntryClassCode
impl Clone for StandardEntryClassCode
sourcefn clone(&self) -> StandardEntryClassCode
fn clone(&self) -> StandardEntryClassCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StandardEntryClassCode
impl Debug for StandardEntryClassCode
sourceimpl<'de> Deserialize<'de> for StandardEntryClassCode
impl<'de> Deserialize<'de> for StandardEntryClassCode
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for StandardEntryClassCode
impl Display for StandardEntryClassCode
sourceimpl PartialEq<StandardEntryClassCode> for StandardEntryClassCode
impl PartialEq<StandardEntryClassCode> for StandardEntryClassCode
sourcefn eq(&self, other: &StandardEntryClassCode) -> bool
fn eq(&self, other: &StandardEntryClassCode) -> bool
sourceimpl Serialize for StandardEntryClassCode
impl Serialize for StandardEntryClassCode
impl Copy for StandardEntryClassCode
impl Eq for StandardEntryClassCode
impl StructuralEq for StandardEntryClassCode
impl StructuralPartialEq for StandardEntryClassCode
Auto Trait Implementations
impl RefUnwindSafe for StandardEntryClassCode
impl Send for StandardEntryClassCode
impl Sync for StandardEntryClassCode
impl Unpin for StandardEntryClassCode
impl UnwindSafe for StandardEntryClassCode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.