pub struct headerTitleLeftColor;
Trait Implementations§
Source§impl Field for headerTitleLeftColor
impl Field for headerTitleLeftColor
impl HasInputField<headerTitleLeftColor, Option<String>> for UpdateSpotlightDataInput
Auto Trait Implementations§
impl Freeze for headerTitleLeftColor
impl RefUnwindSafe for headerTitleLeftColor
impl Send for headerTitleLeftColor
impl Sync for headerTitleLeftColor
impl Unpin for headerTitleLeftColor
impl UnwindSafe for headerTitleLeftColor
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