pub struct Phone(/* private fields */);Expand description
Customer phone number text used for call, SMS, and staff-note correlation.
The type preserves a normalized non-empty contact string for source-derived records; it is not a permission to text or call without the message-policy and review gates required upstream.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Phone
impl<'de> Deserialize<'de> for Phone
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Phone
impl Ord for Phone
Source§impl PartialOrd for Phone
impl PartialOrd for Phone
impl Eq for Phone
impl StructuralPartialEq for Phone
Auto Trait Implementations§
impl Freeze for Phone
impl RefUnwindSafe for Phone
impl Send for Phone
impl Sync for Phone
impl Unpin for Phone
impl UnsafeUnpin for Phone
impl UnwindSafe for Phone
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