Struct ContactPhoneKind
#[repr(transparent)]pub struct ContactPhoneKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for ContactPhoneKind
impl Clone for ContactPhoneKind
§fn clone(&self) -> ContactPhoneKind
fn clone(&self) -> ContactPhoneKind
Returns a copy 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 more§impl Debug for ContactPhoneKind
impl Debug for ContactPhoneKind
§impl Default for ContactPhoneKind
impl Default for ContactPhoneKind
§fn default() -> ContactPhoneKind
fn default() -> ContactPhoneKind
Returns the “default value” for a type. Read more
§impl PartialEq for ContactPhoneKind
impl PartialEq for ContactPhoneKind
impl Copy for ContactPhoneKind
impl Eq for ContactPhoneKind
impl StructuralPartialEq for ContactPhoneKind
Auto Trait Implementations§
impl Freeze for ContactPhoneKind
impl RefUnwindSafe for ContactPhoneKind
impl Send for ContactPhoneKind
impl Sync for ContactPhoneKind
impl Unpin for ContactPhoneKind
impl UnwindSafe for ContactPhoneKind
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