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