pub struct CollectibleItemTypePhoneNumber {
pub phone_number: String,
}Expand description
A phone number
Fields§
§phone_number: StringThe phone number
Trait Implementations§
Source§impl Clone for CollectibleItemTypePhoneNumber
impl Clone for CollectibleItemTypePhoneNumber
Source§fn clone(&self) -> CollectibleItemTypePhoneNumber
fn clone(&self) -> CollectibleItemTypePhoneNumber
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 Default for CollectibleItemTypePhoneNumber
impl Default for CollectibleItemTypePhoneNumber
Source§fn default() -> CollectibleItemTypePhoneNumber
fn default() -> CollectibleItemTypePhoneNumber
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CollectibleItemTypePhoneNumber
impl<'de> Deserialize<'de> for CollectibleItemTypePhoneNumber
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 PartialEq for CollectibleItemTypePhoneNumber
impl PartialEq for CollectibleItemTypePhoneNumber
Source§fn eq(&self, other: &CollectibleItemTypePhoneNumber) -> bool
fn eq(&self, other: &CollectibleItemTypePhoneNumber) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CollectibleItemTypePhoneNumber
Auto Trait Implementations§
impl Freeze for CollectibleItemTypePhoneNumber
impl RefUnwindSafe for CollectibleItemTypePhoneNumber
impl Send for CollectibleItemTypePhoneNumber
impl Sync for CollectibleItemTypePhoneNumber
impl Unpin for CollectibleItemTypePhoneNumber
impl UnwindSafe for CollectibleItemTypePhoneNumber
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