pub enum NativeCodegenTarget {
SwiftUi,
Compose,
}Variants§
Trait Implementations§
Source§impl Clone for NativeCodegenTarget
impl Clone for NativeCodegenTarget
Source§fn clone(&self) -> NativeCodegenTarget
fn clone(&self) -> NativeCodegenTarget
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 NativeCodegenTarget
Source§impl Debug for NativeCodegenTarget
impl Debug for NativeCodegenTarget
impl Eq for NativeCodegenTarget
Source§impl PartialEq for NativeCodegenTarget
impl PartialEq for NativeCodegenTarget
Source§fn eq(&self, other: &NativeCodegenTarget) -> bool
fn eq(&self, other: &NativeCodegenTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeCodegenTarget
Auto Trait Implementations§
impl Freeze for NativeCodegenTarget
impl RefUnwindSafe for NativeCodegenTarget
impl Send for NativeCodegenTarget
impl Sync for NativeCodegenTarget
impl Unpin for NativeCodegenTarget
impl UnsafeUnpin for NativeCodegenTarget
impl UnwindSafe for NativeCodegenTarget
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