Struct DialAppLaunchResult
#[repr(transparent)]pub struct DialAppLaunchResult(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl DialAppLaunchResult
impl DialAppLaunchResult
pub const Launched: Self = _
pub const FailedToLaunch: Self = _
pub const NotFound: Self = _
pub const NetworkFailure: Self = _
Trait Implementations§
§impl Clone for DialAppLaunchResult
impl Clone for DialAppLaunchResult
§fn clone(&self) -> DialAppLaunchResult
fn clone(&self) -> DialAppLaunchResult
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DialAppLaunchResult
impl Debug for DialAppLaunchResult
§impl Default for DialAppLaunchResult
impl Default for DialAppLaunchResult
§fn default() -> DialAppLaunchResult
fn default() -> DialAppLaunchResult
Returns the “default value” for a type. Read more
§impl PartialEq for DialAppLaunchResult
impl PartialEq for DialAppLaunchResult
impl Copy for DialAppLaunchResult
impl Eq for DialAppLaunchResult
impl StructuralPartialEq for DialAppLaunchResult
Auto Trait Implementations§
impl Freeze for DialAppLaunchResult
impl RefUnwindSafe for DialAppLaunchResult
impl Send for DialAppLaunchResult
impl Sync for DialAppLaunchResult
impl Unpin for DialAppLaunchResult
impl UnwindSafe for DialAppLaunchResult
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