pub struct PhoneExecuteUrl { /* private fields */ }Expand description
A schema-bounded action in a phone execute document.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PhoneExecuteUrl
impl AsRef<str> for PhoneExecuteUrl
Source§impl Clone for PhoneExecuteUrl
impl Clone for PhoneExecuteUrl
Source§fn clone(&self) -> PhoneExecuteUrl
fn clone(&self) -> PhoneExecuteUrl
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 PhoneExecuteUrl
impl Debug for PhoneExecuteUrl
Source§impl<'de> Deserialize<'de> for PhoneExecuteUrl
impl<'de> Deserialize<'de> for PhoneExecuteUrl
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 PhoneExecuteUrl
Source§impl FromStr for PhoneExecuteUrl
impl FromStr for PhoneExecuteUrl
Source§impl Hash for PhoneExecuteUrl
impl Hash for PhoneExecuteUrl
Source§impl PartialEq for PhoneExecuteUrl
impl PartialEq for PhoneExecuteUrl
Source§impl Serialize for PhoneExecuteUrl
impl Serialize for PhoneExecuteUrl
impl StructuralPartialEq for PhoneExecuteUrl
Auto Trait Implementations§
impl Freeze for PhoneExecuteUrl
impl RefUnwindSafe for PhoneExecuteUrl
impl Send for PhoneExecuteUrl
impl Sync for PhoneExecuteUrl
impl Unpin for PhoneExecuteUrl
impl UnsafeUnpin for PhoneExecuteUrl
impl UnwindSafe for PhoneExecuteUrl
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