pub struct custom;Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for custom
impl RefUnwindSafe for custom
impl Send for custom
impl Sync for custom
impl Unpin for custom
impl UnwindSafe for custom
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