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