pub enum DesktopOnboardingEntrypoint {
Life_sciences,
}Variants§
Life_sciences
Trait Implementations§
Source§impl Clone for DesktopOnboardingEntrypoint
impl Clone for DesktopOnboardingEntrypoint
Source§fn clone(&self) -> DesktopOnboardingEntrypoint
fn clone(&self) -> DesktopOnboardingEntrypoint
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 moreSource§impl Debug for DesktopOnboardingEntrypoint
impl Debug for DesktopOnboardingEntrypoint
Source§impl<'de> Deserialize<'de> for DesktopOnboardingEntrypoint
impl<'de> Deserialize<'de> for DesktopOnboardingEntrypoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DesktopOnboardingEntrypoint
impl StructuralPartialEq for DesktopOnboardingEntrypoint
Auto Trait Implementations§
impl Freeze for DesktopOnboardingEntrypoint
impl RefUnwindSafe for DesktopOnboardingEntrypoint
impl Send for DesktopOnboardingEntrypoint
impl Sync for DesktopOnboardingEntrypoint
impl Unpin for DesktopOnboardingEntrypoint
impl UnsafeUnpin for DesktopOnboardingEntrypoint
impl UnwindSafe for DesktopOnboardingEntrypoint
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