pub struct PhoneImageUrl(/* private fields */);Expand description
A schema-bounded image resource URL.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PhoneImageUrl
impl AsRef<str> for PhoneImageUrl
Source§impl Clone for PhoneImageUrl
impl Clone for PhoneImageUrl
Source§fn clone(&self) -> PhoneImageUrl
fn clone(&self) -> PhoneImageUrl
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 PhoneImageUrl
impl Debug for PhoneImageUrl
Source§impl<'de> Deserialize<'de> for PhoneImageUrl
impl<'de> Deserialize<'de> for PhoneImageUrl
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 PhoneImageUrl
Source§impl FromStr for PhoneImageUrl
impl FromStr for PhoneImageUrl
Source§impl Hash for PhoneImageUrl
impl Hash for PhoneImageUrl
Source§impl PartialEq for PhoneImageUrl
impl PartialEq for PhoneImageUrl
Source§impl Serialize for PhoneImageUrl
impl Serialize for PhoneImageUrl
impl StructuralPartialEq for PhoneImageUrl
Auto Trait Implementations§
impl Freeze for PhoneImageUrl
impl RefUnwindSafe for PhoneImageUrl
impl Send for PhoneImageUrl
impl Sync for PhoneImageUrl
impl Unpin for PhoneImageUrl
impl UnsafeUnpin for PhoneImageUrl
impl UnwindSafe for PhoneImageUrl
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