pub struct MobileRuntimeReadiness {
pub maturity: RuntimeMaturity,
pub missing_runtime_artifacts: &'static [&'static str],
pub next_milestones: &'static [&'static str],
}Fields§
§maturity: RuntimeMaturity§missing_runtime_artifacts: &'static [&'static str]§next_milestones: &'static [&'static str]Trait Implementations§
Source§impl Clone for MobileRuntimeReadiness
impl Clone for MobileRuntimeReadiness
Source§fn clone(&self) -> MobileRuntimeReadiness
fn clone(&self) -> MobileRuntimeReadiness
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 MobileRuntimeReadiness
Source§impl Debug for MobileRuntimeReadiness
impl Debug for MobileRuntimeReadiness
impl Eq for MobileRuntimeReadiness
Source§impl PartialEq for MobileRuntimeReadiness
impl PartialEq for MobileRuntimeReadiness
impl StructuralPartialEq for MobileRuntimeReadiness
Auto Trait Implementations§
impl Freeze for MobileRuntimeReadiness
impl RefUnwindSafe for MobileRuntimeReadiness
impl Send for MobileRuntimeReadiness
impl Sync for MobileRuntimeReadiness
impl Unpin for MobileRuntimeReadiness
impl UnsafeUnpin for MobileRuntimeReadiness
impl UnwindSafe for MobileRuntimeReadiness
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