pub struct NeonPalette;Expand description
Neon color palette presets for aceternity-style effects
Implementations§
Source§impl NeonPalette
impl NeonPalette
Auto Trait Implementations§
impl Freeze for NeonPalette
impl RefUnwindSafe for NeonPalette
impl Send for NeonPalette
impl Sync for NeonPalette
impl Unpin for NeonPalette
impl UnsafeUnpin for NeonPalette
impl UnwindSafe for NeonPalette
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