pub struct themeSettings;Trait Implementations§
Source§impl Field for themeSettings
impl Field for themeSettings
impl HasInputField<themeSettings, Option<JSONObject>> for OrganizationUpdateInput
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