pub struct PhoneInputParameterName(/* private fields */);Expand description
A schema-bounded name used for one submitted query parameter.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PhoneInputParameterName
impl AsRef<str> for PhoneInputParameterName
Source§impl Clone for PhoneInputParameterName
impl Clone for PhoneInputParameterName
Source§fn clone(&self) -> PhoneInputParameterName
fn clone(&self) -> PhoneInputParameterName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PhoneInputParameterName
impl Debug for PhoneInputParameterName
Source§impl<'de> Deserialize<'de> for PhoneInputParameterName
impl<'de> Deserialize<'de> for PhoneInputParameterName
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
impl Eq for PhoneInputParameterName
Source§impl FromStr for PhoneInputParameterName
impl FromStr for PhoneInputParameterName
Source§impl Hash for PhoneInputParameterName
impl Hash for PhoneInputParameterName
Source§impl PartialEq for PhoneInputParameterName
impl PartialEq for PhoneInputParameterName
Source§impl Serialize for PhoneInputParameterName
impl Serialize for PhoneInputParameterName
impl StructuralPartialEq for PhoneInputParameterName
Auto Trait Implementations§
impl Freeze for PhoneInputParameterName
impl RefUnwindSafe for PhoneInputParameterName
impl Send for PhoneInputParameterName
impl Sync for PhoneInputParameterName
impl Unpin for PhoneInputParameterName
impl UnsafeUnpin for PhoneInputParameterName
impl UnwindSafe for PhoneInputParameterName
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