pub enum PhoneActionKind {
Http,
Internal,
}Expand description
The two execution domains understood by phone services.
Variants§
Http
An HTTP or HTTPS action; only one is permitted per execute document.
Internal
A device-local action using a non-HTTP scheme.
Trait Implementations§
Source§impl Clone for PhoneActionKind
impl Clone for PhoneActionKind
Source§fn clone(&self) -> PhoneActionKind
fn clone(&self) -> PhoneActionKind
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 moreimpl Copy for PhoneActionKind
Source§impl Debug for PhoneActionKind
impl Debug for PhoneActionKind
impl Eq for PhoneActionKind
Source§impl Hash for PhoneActionKind
impl Hash for PhoneActionKind
Source§impl PartialEq for PhoneActionKind
impl PartialEq for PhoneActionKind
impl StructuralPartialEq for PhoneActionKind
Auto Trait Implementations§
impl Freeze for PhoneActionKind
impl RefUnwindSafe for PhoneActionKind
impl Send for PhoneActionKind
impl Sync for PhoneActionKind
impl Unpin for PhoneActionKind
impl UnsafeUnpin for PhoneActionKind
impl UnwindSafe for PhoneActionKind
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