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