pub struct preset;Trait Implementations§
Source§impl HasField<preset> for UserSettingsTheme
impl HasField<preset> for UserSettingsTheme
Source§type Type = UserSettingsThemePreset
type Type = UserSettingsThemePreset
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for preset
impl RefUnwindSafe for preset
impl Send for preset
impl Sync for preset
impl Unpin for preset
impl UnwindSafe for preset
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