pub enum PlatformTheme {
Light,
Dark,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformTheme
impl Clone for PlatformTheme
Source§fn clone(&self) -> PlatformTheme
fn clone(&self) -> PlatformTheme
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 PlatformTheme
Source§impl Debug for PlatformTheme
impl Debug for PlatformTheme
impl Eq for PlatformTheme
Source§impl PartialEq for PlatformTheme
impl PartialEq for PlatformTheme
impl StructuralPartialEq for PlatformTheme
Auto Trait Implementations§
impl Freeze for PlatformTheme
impl RefUnwindSafe for PlatformTheme
impl Send for PlatformTheme
impl Sync for PlatformTheme
impl Unpin for PlatformTheme
impl UnsafeUnpin for PlatformTheme
impl UnwindSafe for PlatformTheme
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