Struct DialAppState
#[repr(transparent)]pub struct DialAppState(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl DialAppState
impl DialAppState
pub const Unknown: Self = _
pub const Stopped: Self = _
pub const Running: Self = _
pub const NetworkFailure: Self = _
Trait Implementations§
§impl Clone for DialAppState
impl Clone for DialAppState
§fn clone(&self) -> DialAppState
fn clone(&self) -> DialAppState
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 DialAppState
impl Debug for DialAppState
§impl Default for DialAppState
impl Default for DialAppState
§fn default() -> DialAppState
fn default() -> DialAppState
Returns the “default value” for a type. Read more
§impl PartialEq for DialAppState
impl PartialEq for DialAppState
impl Copy for DialAppState
impl Eq for DialAppState
impl StructuralPartialEq for DialAppState
Auto Trait Implementations§
impl Freeze for DialAppState
impl RefUnwindSafe for DialAppState
impl Send for DialAppState
impl Sync for DialAppState
impl Unpin for DialAppState
impl UnwindSafe for DialAppState
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