pub struct ThemeChoice {
pub name: String,
pub theme: ReviewTheme,
}Fields§
§name: String§theme: ReviewThemeImplementations§
Trait Implementations§
Source§impl Clone for ThemeChoice
impl Clone for ThemeChoice
Source§fn clone(&self) -> ThemeChoice
fn clone(&self) -> ThemeChoice
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 moreAuto Trait Implementations§
impl Freeze for ThemeChoice
impl RefUnwindSafe for ThemeChoice
impl Send for ThemeChoice
impl Sync for ThemeChoice
impl Unpin for ThemeChoice
impl UnsafeUnpin for ThemeChoice
impl UnwindSafe for ThemeChoice
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