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