pub struct LifeCycleState(/* private fields */);Expand description
Life cycle state information.
Indicates whether the device is in development or deployment life cycle.
Trait Implementations§
Source§impl Clone for LifeCycleState
impl Clone for LifeCycleState
Source§fn clone(&self) -> LifeCycleState
fn clone(&self) -> LifeCycleState
Returns a duplicate 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 moreSource§impl Debug for LifeCycleState
impl Debug for LifeCycleState
Source§impl Display for LifeCycleState
impl Display for LifeCycleState
impl Copy for LifeCycleState
Auto Trait Implementations§
impl Freeze for LifeCycleState
impl RefUnwindSafe for LifeCycleState
impl Send for LifeCycleState
impl Sync for LifeCycleState
impl Unpin for LifeCycleState
impl UnwindSafe for LifeCycleState
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