pub struct theme;Trait Implementations§
Source§impl HasArgument<deviceType> for theme
impl HasArgument<deviceType> for theme
Source§type ArgumentType = Option<UserSettingsThemeDeviceType>
type ArgumentType = Option<UserSettingsThemeDeviceType>
The schema marker type of this argument.
Source§impl HasArgument<mode> for theme
impl HasArgument<mode> for theme
Source§type ArgumentType = Option<UserSettingsThemeMode>
type ArgumentType = Option<UserSettingsThemeMode>
The schema marker type of this argument.
Source§impl HasField<theme> for UserSettings
impl HasField<theme> for UserSettings
Source§type Type = Option<UserSettingsTheme>
type Type = Option<UserSettingsTheme>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for theme
impl RefUnwindSafe for theme
impl Send for theme
impl Sync for theme
impl Unpin for theme
impl UnwindSafe for theme
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