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