pub struct LinearGradient { /* private fields */ }
Trait Implementations§
Source§impl Debug for LinearGradient
impl Debug for LinearGradient
Auto Trait Implementations§
impl !Freeze for LinearGradient
impl !RefUnwindSafe for LinearGradient
impl !Send for LinearGradient
impl !Sync for LinearGradient
impl Unpin for LinearGradient
impl !UnwindSafe for LinearGradient
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