pub enum PhoneContactType {
Residencial,
Celular,
Comercial,
}
Expand description
Tabela de Contact
Variants§
Trait Implementations§
Source§impl Clone for PhoneContactType
impl Clone for PhoneContactType
Source§fn clone(&self) -> PhoneContactType
fn clone(&self) -> PhoneContactType
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 PhoneContactType
impl Debug for PhoneContactType
Source§impl<'de> Deserialize<'de> for PhoneContactType
impl<'de> Deserialize<'de> for PhoneContactType
Source§fn 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
Source§impl Display for PhoneContactType
impl Display for PhoneContactType
Source§impl PartialEq for PhoneContactType
impl PartialEq for PhoneContactType
Source§impl Serialize for PhoneContactType
impl Serialize for PhoneContactType
impl Copy for PhoneContactType
impl StructuralPartialEq for PhoneContactType
Auto Trait Implementations§
impl Freeze for PhoneContactType
impl RefUnwindSafe for PhoneContactType
impl Send for PhoneContactType
impl Sync for PhoneContactType
impl Unpin for PhoneContactType
impl UnwindSafe for PhoneContactType
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